0% 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.

Uploaded by

CRISTIAN PIZO
Copyright
© © All Rights Reserved
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% 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.

Uploaded by

CRISTIAN PIZO
Copyright
© © All Rights Reserved
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)

[2018-02-28 18:31:36.961 E/AES128_CBC 4063:13043 NativeCrypto.java:-2] OLDKEY


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)

[2018-02-28 18:31:36.983 I/SDKUtil 4063:13043 SourceFile:110] setCurrentLoginUserName,


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)

[2018-02-28 18:31:37.029 E/AES128_CBC 4063:13043 NativeCrypto.java:-2] OLDKEY


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)

[2018-02-28 18:31:37.046 I/SDKUtil 4063:13043 SourceFile:110] setCurrentLoginUserName,


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

[2018-02-28 18:31:37.060 I/mutiCardFactory 4063:13043 SourceFile:110] isMtkGeminiSupport


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)

[2018-02-28 18:31:37.084 E/AES128_CBC 4063:13043 NativeCrypto.java:-2] OLDKEY


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)

[2018-02-28 18:31:37.103 I/SDKUtil 4063:13043 SourceFile:110] setCurrentLoginUserName,


mCurrentLoginUserName is ACCOUNT_NAME
[2018-02-28 18:31:37.104 I/SDKUtil 4063:13043 SourceFile:110] getCurrentLoginUserName,
mCurrentLoginUserName is ACCOUNT_NAME
[2018-02-28 18:31:37.104 D/SDKAccountXmlImpl 4063:13043 SourceFile:100] sdk filepath not
exist
[2018-02-28 18:31:37.104 I/SDKAccountManager 4063:13043 SourceFile:110] there has no
account
[2018-02-28 18:31:37.105 E/KeyStoreEncryptAndDecrypt 4063:13043 SourceFile:130] Decrypt
source data is invalid.
[2018-02-28 18:31:37.150 I/BaseUtil 4063:13043 SourceFile:110] getAndroidSystemUserId =0
[2018-02-28 18:31:37.151 D/TerminalInfo 4063:13043 SourceFile:100] UnitedId=
********0686066
[2018-02-28 18:31:37.153 D/TerminalInfo 4063:13043 SourceFile:100] TerminalType is:
RNE-L23
[2018-02-28 18:31:37.154 I/BaseUtil 4063:13043 SourceFile:110] enter networkIsAvaiable
[2018-02-28 18:31:37.155 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
0DISCONNECTED
[2018-02-28 18:31:37.156 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
1DISCONNECTED
[2018-02-28 18:31:37.157 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
2DISCONNECTED
[2018-02-28 18:31:37.157 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
3DISCONNECTED
[2018-02-28 18:31:37.157 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
4DISCONNECTED
[2018-02-28 18:31:37.157 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
5DISCONNECTED
[2018-02-28 18:31:37.158 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
6DISCONNECTED
[2018-02-28 18:31:37.158 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
7DISCONNECTED
[2018-02-28 18:31:37.158 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
8DISCONNECTED
[2018-02-28 18:31:37.159 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
9DISCONNECTED
[2018-02-28 18:31:37.159 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
10DISCONNECTED
[2018-02-28 18:31:37.159 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
11DISCONNECTED
[2018-02-28 18:31:37.160 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
12DISCONNECTED
[2018-02-28 18:31:37.160 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
13DISCONNECTED
[2018-02-28 18:31:37.160 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
14DISCONNECTED
[2018-02-28 18:31:37.161 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
15DISCONNECTED
[2018-02-28 18:31:37.161 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
16DISCONNECTED
[2018-02-28 18:31:37.161 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
17DISCONNECTED
[2018-02-28 18:31:37.161 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
18DISCONNECTED
[2018-02-28 18:31:37.162 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
19DISCONNECTED
[2018-02-28 18:31:37.162 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
20DISCONNECTED
[2018-02-28 18:31:37.162 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state
21DISCONNECTED
[2018-02-28 18:31:37.163 I/BaseUtil 4063:13043 SourceFile:110] NetworkInfo state is
unaviable
[2018-02-28 18:31:37.163 I/SDKUtil 4063:13043 SourceFile:110] setOpLogItem
[2018-02-28 18:31:37.164 D/APKCloudAccountImpl 4063:13043 SourceFile:100]
getAccountsByType use the apk
[2018-02-28 18:31:37.165 D/BaseUtil 4063:13043 SourceFile:100] startActivity-->context =
com.huawei.android.hicloud.ui.activity.GalleryLoginActivity, intent
[2018-02-28 18:31:37.174 I/CloudAccountImpl 4063:13043 SourceFile:110] error: have no
network
[2018-02-28 18:31:37.185 I/DummyActivity 4063:4063 SourceFile:110] onCreate
[2018-02-28 18:31:37.186 I/BaseUtil 4063:4063 SourceFile:110] setHwFloating
[2018-02-28 18:31:37.188 I/SDKUtil 4063:4063 SourceFile:110] getHandler, mHandler is
o.aua@4afff81
[2018-02-28 18:31:37.189 I/SDKUtil 4063:4063 SourceFile:110] getOpLogItem
[2018-02-28 18:31:37.214 I/DummyActivity 4063:4063 SourceFile:110] onResume
[2018-02-28 18:31:38.877 I/DummyActivity 4063:4063 SourceFile:110]
onActivityResult::requestCode==>1
[2018-02-28 18:31:38.928 I/DummyActivity 4063:4063 SourceFile:110]
onActivityResult::resultCode==>-1
[2018-02-28 18:31:38.929 I/SDKUtil 4063:4063 SourceFile:110] getHandler, mHandler is
o.aua@4afff81
[2018-02-28 18:31:38.930 I/DummyActivity 4063:4063 SourceFile:110]
OperationCanceledException
[2018-02-28 18:31:38.932 I/DummyActivity 4063:4063 SourceFile:110] AuthTokenCallBack:error
[2018-02-28 18:31:38.933 I/DummyActivity 4063:4063 SourceFile:110] error: [ErrorCode]:3002,
[ErrorReason:]*****************************ationCanceledException occur
[2018-02-28 18:31:38.934 D/BroadcastUtil 4063:4063 SourceFile:100]
sendLoginFailedBroadcast-->context = com.huawei.hwid.api.common.apkimpl.DummyActivity
[2018-02-28 18:31:38.944 I/CloudAccountImpl 4063:4063 SourceFile:110] remove
LoginBroadcastReceiver success!
[2018-02-28 18:31:38.945 D/CloudAccountImpl 4063:4063 SourceFile:100] onReceive::
mBroadcastReceiver=com.huawei.hwid.api.common.d$a@45006d6
[2018-02-28 18:31:39.028 I/DummyActivity 4063:4063 SourceFile:110] onDestroy

You might also like