The log file documents the initialization of an account management system. It syncs account data from an APK to an SDK, clears old account data due to a version update, and attempts to decrypt encrypted account data but fails with a padding exception error.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
112 views10 pages
Sin Título
The log file documents the initialization of an account management system. It syncs account data from an APK to an SDK, clears old account data due to a version update, and attempts to decrypt encrypted account data but fails with a padding exception error.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10
[2018-02-28 18:31:36.
829 D/CloudAccountImpl 4063:13043 SourceFile:100]
getAccountsByType:isSelectAccount=false,isPopLogin=false [2018-02-28 18:31:36.839 I/CloudAccountImpl 4063:13043 SourceFile:110] synAccountFromApkToSDK [2018-02-28 18:31:36.842 D/CloudAccountImpl 4063:13043 SourceFile:100] apk has no account, clear all sdk accounts [2018-02-28 18:31:36.842 I/CloudAccountImpl 4063:13043 SourceFile:110] clear all accout data [2018-02-28 18:31:36.844 I/SDKAccountManager 4063:13043 SourceFile:110] init SDKAccountManager [2018-02-28 18:31:36.847 I/VersionUpdateHelper 4063:13043 SourceFile:110] old version is -1, current version is 3 [2018-02-28 18:31:36.852 I/XmlFileGrade 4063:13043 SourceFile:110] update HwAccounts.xml when version update [2018-02-28 18:31:36.867 I/XmlFileGrade 4063:13043 SourceFile:110] delete last_head_picture_url in HwAccount.xml [2018-02-28 18:31:36.868 I/XmlFileGrade 4063:13043 SourceFile:110] delete DEVID in HwAccount.xml [2018-02-28 18:31:36.869 I/XmlFileGrade 4063:13043 SourceFile:110] delete SUBDEVID in HwAccount.xml [2018-02-28 18:31:36.870 I/XmlFileGrade 4063:13043 SourceFile:110] delete hasEncryptHeadPictureUrl in HwAccount.xml [2018-02-28 18:31:36.873 I/HwIDEncrypter 4063:13043 SourceFile:110] get version of encrypted is null, use GRADE_VERSION_KEYSTORE directory [2018-02-28 18:31:36.873 E/KeyStoreEncryptAndDecrypt 4063:13043 SourceFile:130] Decrypt source data is invalid. [2018-02-28 18:31:36.878 I/HwIDEncrypter 4063:13043 SourceFile:110] get version of encrypted is null, use GRADE_VERSION_KEYSTORE directory [2018-02-28 18:31:36.879 E/KeyStoreEncryptAndDecrypt 4063:13043 SourceFile:130] Decrypt source data is invalid. [2018-02-28 18:31:36.884 D/XmlFileGrade 4063:13043 SourceFile:100] sdk filepath not exist [2018-02-28 18:31:36.887 I/FileUtil 4063:13043 SourceFile:110] deleteFile : file.getName=accounts.xml [2018-02-28 18:31:36.888 I/SDKAccountXmlImpl 4063:13043 SourceFile:110] write accounts into file error [2018-02-28 18:31:36.890 I/PropertiesGrade 4063:13043 SourceFile:110] update settings.properties when version update [2018-02-28 18:31:36.891 I/PropertiesGrade 4063:13043 SourceFile:110] begin update curName in settings.properties [2018-02-28 18:31:36.893 I/PropertiesGrade 4063:13043 SourceFile:110] curName is null in settings.properties [2018-02-28 18:31:36.895 I/SDKAccountManager 4063:13043 SourceFile:110] removeAllAccounts: type=com.huawei.hidisk [2018-02-28 18:31:36.896 D/SDKAccountXmlImpl 4063:13043 SourceFile:100] sdk filepath not exist [2018-02-28 18:31:36.897 D/SDKAccountXmlImpl 4063:13043 SourceFile:100] sdk filepath not exist [2018-02-28 18:31:36.898 I/FileUtil 4063:13043 SourceFile:110] deleteFile : file.getName=accounts.xml [2018-02-28 18:31:36.899 I/SDKAccountXmlImpl 4063:13043 SourceFile:110] write accounts into file error [2018-02-28 18:31:36.932 D/Proguard 4063:13043 SourceFile:100] keyList size is 54 [2018-02-28 18:31:36.933 I/SDKUtil 4063:13043 SourceFile:110] setCurrentLoginUserName, mCurrentLoginUserName is ACCOUNT_NAME [2018-02-28 18:31:36.934 I/SDKUtil 4063:13043 SourceFile:110] isNeedInit, mNeedInit is true [2018-02-28 18:31:36.935 D/CloudAccountImpl 4063:13043 SourceFile:100] begin to init accounts [2018-02-28 18:31:36.936 D/SDKAccountXmlImpl 4063:13043 SourceFile:100] sdk filepath not exist [2018-02-28 18:31:36.937 I/SDKUtil 4063:13043 SourceFile:110] setNeedInit, mNeedInit is false [2018-02-28 18:31:36.937 D/CloudAccountImpl 4063:13043 SourceFile:100] initData [2018-02-28 18:31:36.957 E/AES128_CBC 4063:13043 NativeCrypto.java:-2] decrypter data error javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.jav a:568) at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:350) at javax.crypto.Cipher.doFinal(Cipher.java:2056) at com.huawei.hwid.core.encrypt.a.a(SourceFile:160) at com.huawei.hwid.core.encrypt.a.d(SourceFile:118) at com.huawei.hwid.core.encrypt.a.b(SourceFile:87) at com.huawei.hwid.core.encrypt.e.c(SourceFile:116) at com.huawei.hwid.core.d.g.b(SourceFile:154) at com.huawei.hwid.api.common.l.a(SourceFile:82) at com.huawei.hwid.api.common.d.h(SourceFile:305) at com.huawei.hwid.api.common.d.a(SourceFile:201) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776)
decrypter data error again javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.jav a:568) at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:350) at javax.crypto.Cipher.doFinal(Cipher.java:2056) at com.huawei.hwid.core.encrypt.a.a(SourceFile:160) at com.huawei.hwid.core.encrypt.a.e(SourceFile:136) at com.huawei.hwid.core.encrypt.a.d(SourceFile:124) at com.huawei.hwid.core.encrypt.a.b(SourceFile:87) at com.huawei.hwid.core.encrypt.e.c(SourceFile:116) at com.huawei.hwid.core.d.g.b(SourceFile:154) at com.huawei.hwid.api.common.l.a(SourceFile:82) at com.huawei.hwid.api.common.d.h(SourceFile:305) at com.huawei.hwid.api.common.d.a(SourceFile:201) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776)
mCurrentLoginUserName is ACCOUNT_NAME [2018-02-28 18:31:36.984 I/SDKUtil 4063:13043 SourceFile:110] getCurrentLoginUserName, mCurrentLoginUserName is ACCOUNT_NAME [2018-02-28 18:31:36.985 D/SDKAccountXmlImpl 4063:13043 SourceFile:100] sdk filepath not exist [2018-02-28 18:31:37.027 E/AES128_CBC 4063:13043 NativeCrypto.java:-2] decrypter data error javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.jav a:568) at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:350) at javax.crypto.Cipher.doFinal(Cipher.java:2056) at com.huawei.hwid.core.encrypt.a.a(SourceFile:160) at com.huawei.hwid.core.encrypt.a.d(SourceFile:118) at com.huawei.hwid.core.encrypt.a.b(SourceFile:87) at com.huawei.hwid.core.encrypt.e.c(SourceFile:116) at com.huawei.hwid.core.d.g.b(SourceFile:154) at com.huawei.hwid.api.common.l.a(SourceFile:82) at com.huawei.hwid.api.common.d.a(SourceFile:204) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776)
decrypter data error again javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.jav a:568) at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:350) at javax.crypto.Cipher.doFinal(Cipher.java:2056) at com.huawei.hwid.core.encrypt.a.a(SourceFile:160) at com.huawei.hwid.core.encrypt.a.e(SourceFile:136) at com.huawei.hwid.core.encrypt.a.d(SourceFile:124) at com.huawei.hwid.core.encrypt.a.b(SourceFile:87) at com.huawei.hwid.core.encrypt.e.c(SourceFile:116) at com.huawei.hwid.core.d.g.b(SourceFile:154) at com.huawei.hwid.api.common.l.a(SourceFile:82) at com.huawei.hwid.api.common.d.a(SourceFile:204) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776)
mCurrentLoginUserName is ACCOUNT_NAME [2018-02-28 18:31:37.048 I/SDKUtil 4063:13043 SourceFile:110] getCurrentLoginUserName, mCurrentLoginUserName is ACCOUNT_NAME [2018-02-28 18:31:37.050 I/AppInfoUtil 4063:13043 SourceFile:110] initAppInfos [2018-02-28 18:31:37.052 I/AppInfoUtil 4063:13043 SourceFile:110] getAppChannel is:15000000 [2018-02-28 18:31:37.058 E/mutiCardFactory 4063:13043 Class.java:-2] FeatureOption.MTK_GEMINI_SUPPORTcom.mediatek.common.featureoption.FeatureOption java.lang.ClassNotFoundException: com.mediatek.common.featureoption.FeatureOption at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:400) at java.lang.Class.forName(Class.java:326) at com.huawei.hwid.core.d.c.b.d(SourceFile:116) at com.huawei.hwid.core.d.c.b.b(SourceFile:62) at com.huawei.hwid.core.d.m.a(SourceFile:369) at com.huawei.hwid.core.a.b.<init>(SourceFile:138) at com.huawei.hwid.core.a.b.<init>(SourceFile:126) at com.huawei.hwid.api.common.d.a(SourceFile:208) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776) Caused by: java.lang.ClassNotFoundException: Didn't find class "com.mediatek.common.featureoption.FeatureOption" on path: DexPathList[[zip file "/cust/hw/la/app/HwCloudDrive/HwCloudDrive.apk"],nativeLibraryDirectories=[/cust/hw/la/app/H wCloudDrive/lib/arm64, /cust/hw/la/app/HwCloudDrive/HwCloudDrive.apk!/lib/arm64-v8a, /system/lib64, /vendor/lib64, /system/vendor/lib64, /product/lib64, /system/lib64, /vendor/lib64, /system/vendor/lib64, /product/lib64]] at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:56) at java.lang.ClassLoader.loadClass(ClassLoader.java:380) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) ... 21 more
false [2018-02-28 18:31:37.061 I/mutiCardFactory 4063:13043 SourceFile:110] isHwGeminiSupport1 true [2018-02-28 18:31:37.064 D/TerminalInfo 4063:13043 SourceFile:100] getDevicePLMN = ***00 [2018-02-28 18:31:37.082 E/AES128_CBC 4063:13043 NativeCrypto.java:-2] decrypter data error javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.jav a:568) at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:350) at javax.crypto.Cipher.doFinal(Cipher.java:2056) at com.huawei.hwid.core.encrypt.a.a(SourceFile:160) at com.huawei.hwid.core.encrypt.a.d(SourceFile:118) at com.huawei.hwid.core.encrypt.a.b(SourceFile:87) at com.huawei.hwid.core.encrypt.e.c(SourceFile:116) at com.huawei.hwid.core.d.g.b(SourceFile:154) at com.huawei.hwid.api.common.l.a(SourceFile:82) at com.huawei.hwid.core.a.b.a(SourceFile:179) at com.huawei.hwid.core.a.b.<init>(SourceFile:139) at com.huawei.hwid.core.a.b.<init>(SourceFile:126) at com.huawei.hwid.api.common.d.a(SourceFile:208) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776)
decrypter data error again javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method) at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.jav a:568) at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:350) at javax.crypto.Cipher.doFinal(Cipher.java:2056) at com.huawei.hwid.core.encrypt.a.a(SourceFile:160) at com.huawei.hwid.core.encrypt.a.e(SourceFile:136) at com.huawei.hwid.core.encrypt.a.d(SourceFile:124) at com.huawei.hwid.core.encrypt.a.b(SourceFile:87) at com.huawei.hwid.core.encrypt.e.c(SourceFile:116) at com.huawei.hwid.core.d.g.b(SourceFile:154) at com.huawei.hwid.api.common.l.a(SourceFile:82) at com.huawei.hwid.core.a.b.a(SourceFile:179) at com.huawei.hwid.core.a.b.<init>(SourceFile:139) at com.huawei.hwid.core.a.b.<init>(SourceFile:126) at com.huawei.hwid.api.common.d.a(SourceFile:208) at com.huawei.cloudservice.CloudAccount.getAccountsByType(SourceFile:132) at o.aub$e.onError(SourceFile:889) at com.huawei.hwid.api.common.d.a(SourceFile:1791) at com.huawei.cloudservice.CloudAccount.initial(SourceFile:394) at o.aue.ˊ(SourceFile:502) at o.aug.call(SourceFile:392) at o.bbv.run(SourceFile:45) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:428) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:776)