0% found this document useful (0 votes)
196 views36 pages

DB Issue

The document contains log messages from an Android application. It indicates that there was an error opening a SQLCipher database, with the error message "file is not a database". This occurred when trying to compile and run the query "select count(*) from sqlite_master". Additional log messages provide details of the exception and stack trace.

Uploaded by

asdk asdk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
196 views36 pages

DB Issue

The document contains log messages from an Android application. It indicates that there was an error opening a SQLCipher database, with the error message "file is not a database". This occurred when trying to compile and run the query "select count(*) from sqlite_master". Additional log messages provide details of the exception and stack trace.

Uploaded by

asdk asdk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 36

2019-05-13 15:15:04.603 10070-10102/?

E/Database: file is not a database: , while


compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$apply$1$SecurePreferenceEdit
or(Unknown Source:2)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$1.run(Unknown
Source:6)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:04.604 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$apply$1$SecurePreferenceEdit
or(Unknown Source:2)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$1.run(Unknown
Source:6)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:04.605 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:04.605 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:04.607 10070-10251/? V/AirWatch: -----
NetworkUtility.getActiveNetworkInterfaces exited.
2019-05-13 15:15:04.608 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:04.608 10070-10251/? D/AirWatch_NetworkUtility: getWifiIpAddress()

2019-05-13 15:15:04.611 10070-10251/? D/AirWatch_NetworkUtility: getWifiIpAddress()


converting ENDIAN
2019-05-13 15:15:04.611 10070-10251/? D/AirWatch_NetworkUtility:
getActiveWifiNetworkInterfaceWithAddress()
2019-05-13 15:15:04.611 10070-10251/? I/chatty:
uid=10111(com.sample.airwatchsdk.sith) Q-BackgroundTas identical 1 line
2019-05-13 15:15:04.612 10070-10251/? D/AirWatch_NetworkUtility:
getActiveWifiNetworkInterfaceWithAddress()
2019-05-13 15:15:04.612 10070-10251/? D/AirWatch_NetworkUtility:
getActiveWifiNetworkInterfaceWithAddress() Match with wifi address
2019-05-13 15:15:04.612 10070-10251/? D/AirWatch_NetworkUtility:
getCurrentIpAddress() networktype Wifi
2019-05-13 15:15:05.061 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$apply$1$SecurePreferenceEdit
or(Unknown Source:2)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$1.run(Unknown
Source:6)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:05.062 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:05.062 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:05.062 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:05.062 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed,
operations=[PreferenceDBOperation{key=compliance_settings_fetch_time,
operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$apply$1$SecurePreferenceEdit
or(Unknown Source:2)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$1.run(Unknown
Source:6)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:458)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:05.062 10070-10102/? W/AirWatch_SecurePreferenceEditor: apply:
merge failed
2019-05-13 15:15:05.063 10070-10070/? D/AirWatch_DI: +--
'com.airwatch.sdk.context.SDKContext'
2019-05-13 15:15:05.063 10070-10070/? D/AirWatch_DI: |-- find definition in
0.072865 ms
2019-05-13 15:15:05.063 10070-10070/? D/AirWatch_DI: |-- get instance in 0.068333
ms
2019-05-13 15:15:05.063 10070-10070/? D/AirWatch_DI: \-- (*) Created
2019-05-13 15:15:05.063 10070-10070/? D/AirWatch_DI: !--
[com.airwatch.sdk.context.SDKContext] resolved in 0.262656 ms
2019-05-13 15:15:05.064 10070-10070/? E/AirWatch_SDKSessionManagerIntern:
Compliance settings fetch result: false
2019-05-13 15:15:05.065 10070-10251/? D/AirWatch_ServerConnectionBuilder: secure
channel new settings
2019-05-13 15:15:05.065 10070-10251/? D/AirWatch_ServerConnectionBuilder:
SITHLogin: sdk configuration builds new secure channel setting
2019-05-13 15:15:05.065 10070-10251/? D/AirWatch_AirwatchDevice: sAwDeviceUID not
null , returning cached id.
2019-05-13 15:15:05.066 10070-10251/? V/AirWatch: Setup secure channel
2019-05-13 15:15:05.066 10070-10251/? D/AirWatch: Perform certificate request
2019-05-13 15:15:05.067 10070-10251/? D/AirWatch_BaseMessage: Sending
CertificateRequestMessage to
https://asdkmain.ssdevrd.com/deviceservices/ConnectionEndPoint.aws/v2?
deviceType=5&uid=6ab54a53b4cc1f16df573462922c33cf
2019-05-13 15:15:05.067 10070-10251/? I/AirWatch: Setting Timeout Values,
Connection:300000, SO Timeout:300000
2019-05-13 15:15:05.081 10070-10070/? I/Choreographer: Skipped 62 frames! The
application may be doing too much work on its main thread.
2019-05-13 15:15:05.081 10070-10232/? D/ComplianceTask: Compliance task:
EnrollmentStatusTask starting
2019-05-13 15:15:05.082 10070-10281/? D/AirWatch_DI: +--
'com.airwatch.sdk.context.SDKContext'
2019-05-13 15:15:05.082 10070-10281/? D/AirWatch_DI: |-- find definition in
0.133125 ms
2019-05-13 15:15:05.082 10070-10281/? D/AirWatch_DI: |-- get instance in 0.10073 ms
2019-05-13 15:15:05.082 10070-10281/? D/AirWatch_DI: \-- (*) Created
2019-05-13 15:15:05.082 10070-10281/? D/AirWatch_DI: !--
[com.airwatch.sdk.context.SDKContext] resolved in 0.525834 ms
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: +--
'com.airwatch.sdk.context.awsdkcontext.SDKDataModel'
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: |-- find definition in
0.126771 ms
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: |-- get instance in 0.050209
ms
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: !--
[com.airwatch.sdk.context.awsdkcontext.SDKDataModel] resolved in 0.354792 ms
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: +--
'com.airwatch.apteligent.ApteligentServiceClient'
2019-05-13 15:15:05.083 10070-10232/? D/AirWatch_AirwatchDevice: sAwDeviceUID not
null , returning cached id.
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: |-- find definition in
0.076302 ms
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: |-- get instance in 0.043854
ms
2019-05-13 15:15:05.083 10070-10281/? D/AirWatch_DI: !--
[com.airwatch.apteligent.ApteligentServiceClient] resolved in 0.290625 ms
2019-05-13 15:15:05.084 10070-10232/? D/AirWatch_BaseMessage: Sending
MDMStatusV1Message to
https://asdkmain.ssdevrd.com/deviceservices/awmdmsdk/v1/platform/5/uid/6ab54a53b4cc
1f16df573462922c33cf/status
2019-05-13 15:15:05.086 10070-10230/? I/OpenGLRenderer: Davey! duration=1045ms;
Flags=0, IntendedVsync=989681891127, Vsync=990715224419,
OldestInputEvent=9223372036854775807, NewestInputEvent=0,
HandleInputStart=990722020046, AnimationStart=990722054994,
PerformTraversalsStart=990722056296, DrawStart=990722122390,
SyncQueued=990722452963, SyncStart=990722501348,
IssueDrawCommandsStart=990722553484, SwapBuffers=990723316661,
FrameCompleted=990726951401, DequeueBufferDuration=176000,
QueueBufferDuration=882000,
2019-05-13 15:15:05.087 10070-10232/? I/AirWatch: Setting Timeout Values,
Connection:60000, SO Timeout:60000
2019-05-13 15:15:05.105 10070-10070/? D/AirWatch_PBEChannelToken: onTokenStored
true
2019-05-13 15:15:05.106 10070-10281/? D/ComplianceTask: Compliance task:
EnrollmentStatusTask starting
2019-05-13 15:15:05.108 10070-10281/? D/AirWatch_AirwatchDevice: sAwDeviceUID not
null , returning cached id.
2019-05-13 15:15:05.109 10070-10281/? D/AirWatch_BaseMessage: Sending
MDMStatusV1Message to
https://asdkmain.ssdevrd.com/deviceservices/awmdmsdk/v1/platform/5/uid/6ab54a53b4cc
1f16df573462922c33cf/status
2019-05-13 15:15:05.110 10070-10281/? I/AirWatch: Setting Timeout Values,
Connection:60000, SO Timeout:60000
2019-05-13 15:15:05.139 950-1052/? I/ActivityManager: Displayed
com.sample.airwatchsdk.sith/com.sample.main.MainLandingActivity: +1s548ms (total
+3s107ms)
2019-05-13 15:15:05.140 10070-10070/? D/AirWatch_Copy Paste Handler: SITHInit copy
paste channel succeeded
2019-05-13 15:15:05.146 687-687/? D/QCOM PowerHAL: LAUNCH HINT: OFF
2019-05-13 15:15:05.679 10070-10232/? D/AirWatch_CertPinningTrustMgr: Validating
server trust with system trust manager
2019-05-13 15:15:05.679 10070-10281/? D/AirWatch_CertPinningTrustMgr: Validating
server trust with system trust manager
2019-05-13 15:15:05.679 10070-10251/? D/AirWatch_CertPinningTrustMgr: Validating
server trust with system trust manager
2019-05-13 15:15:06.289 10070-10232/? I/AirWatch: Response code is: 200
2019-05-13 15:15:06.289 10070-10251/? I/AirWatch: Response code is: 200
2019-05-13 15:15:06.289 10070-10281/? I/AirWatch: Response code is: 200
2019-05-13 15:15:06.290 10070-10251/? D/AirWatch: Http OK Status
2019-05-13 15:15:06.290 10070-10281/? D/AirWatch: Http OK Status
2019-05-13 15:15:06.291 10070-10232/? D/AirWatch: Http OK Status
2019-05-13 15:15:06.306 10070-10070/? D/ComplianceResults: Task:
EnrollmentStatusTask is compliant: true
2019-05-13 15:15:06.307 10070-10070/? D/ComplianceResults: Task:
EnrollmentStatusTask is compliant: true
2019-05-13 15:15:06.311 10070-10251/? D/AirWatch: Store certificate
2019-05-13 15:15:06.329 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:06.333 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:06.334 10070-10251/? D/AirWatch: Create device identity
2019-05-13 15:15:06.336 10070-10251/? V/AirWatch: ----- generateX509Certificate()
start. entered.
2019-05-13 15:15:06.412 10070-10082/? I/irwatchsdk.sit: Background concurrent
copying GC freed 39661(2MB) AllocSpace objects, 11(572KB) LOS objects, 50% free,
3MB/6MB, paused 678us total 111.795ms
2019-05-13 15:15:06.424 8480-8682/? W/ThreadPoolDumper: Queue length for executor
Background is now 29. Perhaps some tasks are too long, or the pool is too small.
2019-05-13 15:15:06.514 8480-8678/? W/ThreadPoolDumper: Queue length for executor
EventBus is now 35. Perhaps some tasks are too long, or the pool is too small.
2019-05-13 15:15:08.122 10070-10251/? D/AW: set public key
2019-05-13 15:15:08.129 10070-10251/? D/AW: Return signed x509 certificate
2019-05-13 15:15:08.130 10070-10251/? V/AirWatch: ----- generateX509Certificate()
end. exited.
2019-05-13 15:15:08.131 10070-10251/? D/AirWatch: Register device ID
2019-05-13 15:15:08.131 10070-10251/? D/AirWatch_BaseMessage: Sending
CheckInMessage to
https://asdkmain.ssdevrd.com/DeviceServices/CheckInEndPoint.aws/v2?
deviceId=9f88067d-3789-4bfe-864f-013dc2392994
2019-05-13 15:15:08.132 10070-10251/? I/AirWatch: Setting Timeout Values,
Connection:300000, SO Timeout:300000
2019-05-13 15:15:08.142 10070-10251/? V/AirWatch: ----- createEnvelopedCms() start.
entered.
2019-05-13 15:15:08.144 10070-10251/? V/AirWatch: ----- createEnvelopedCms() end.
exited.
2019-05-13 15:15:08.750 10070-10251/? D/AirWatch_CertPinningTrustMgr: Validating
server trust with system trust manager
2019-05-13 15:15:09.496 10070-10251/? I/AirWatch: Response code is: 200
2019-05-13 15:15:09.497 10070-10251/? D/AirWatch: Http OK Status
2019-05-13 15:15:09.527 10070-10251/? V/AirWatch: ----- decryptEnvelopedCms()
start. entered.
2019-05-13 15:15:09.549 10070-10251/? V/AirWatch: ----- decryptEnvelopedCms() end.
exited.
2019-05-13 15:15:09.555 10070-10251/? V/AirWatch: -----
verifySignatureAndGetMessage() start. entered.
2019-05-13 15:15:09.561 10070-10251/? V/AirWatch: -----
verifySignatureAndGetMessagePKCS7() end. exited.
2019-05-13 15:15:09.563 10070-10251/? D/AirWatch: Security level is signEncrypt
2019-05-13 15:15:09.564 10070-10251/? D/AirWatch_SecureChannelUtility: SITHLogin:
secure channel check-in is successful
2019-05-13 15:15:09.565 10070-10251/? V/AirWatch: Secure channel setup completed
successfully
2019-05-13 15:15:09.572 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:09.574 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:09.576 10070-10251/? D/AirWatch_ServerConnectionBuilder: secure
channel url:
2019-05-13 15:15:09.578 10070-10102/? D/AirWatch_SecurePreferencesImpl:
mergeEditorOperations: operations=3
2019-05-13 15:15:09.584 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase entered.
2019-05-13 15:15:09.590 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:10.067 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:10.068 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:10.069 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:10.069 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:10.074 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:10.530 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:10.532 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:10.532 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:10.532 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:10.533 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed, operations=[PreferenceDBOperation{key=prevServerURL, operation=SET},
PreferenceDBOperation{key=secure_channel_url, operation=SET},
PreferenceDBOperation{key=security_level, operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:10.534 10070-10251/? E/AirWatch_SecurePreferenceEditor: commit:
merge failed
2019-05-13 15:15:10.536 10070-10251/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:10.540 10070-10102/? D/AirWatch_SecurePreferencesImpl:
mergeEditorOperations: operations=2
2019-05-13 15:15:10.542 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase entered.
2019-05-13 15:15:10.548 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:11.004 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:11.005 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:11.006 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:11.006 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:11.012 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:11.468 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:11.469 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:11.469 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:11.470 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:11.470 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed, operations=[PreferenceDBOperation{key=identity_cert, operation=SET},
PreferenceDBOperation{key=identity_pk, operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:11.470 10070-10251/? E/AirWatch_SecurePreferenceEditor: commit:
merge failed
2019-05-13 15:15:11.471 10070-10251/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:11.472 10070-10102/? D/AirWatch_SecurePreferencesImpl:
mergeEditorOperations: operations=1
2019-05-13 15:15:11.475 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase entered.
2019-05-13 15:15:11.482 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:11.619 8480-8678/? W/ThreadPoolDumper: Queue length for executor
Background is now 32. Perhaps some tasks are too long, or the pool is too small.
2019-05-13 15:15:11.624 8480-8678/? W/ThreadPoolDumper: Task br[SearchService
shutdownLikely] was queued for 15596ms before starting on executor EventBus
2019-05-13 15:15:11.631 8480-8678/? W/ThreadPoolDumper: Queue length for executor
EventBus is now 36. Perhaps some tasks are too long, or the pool is too small.
2019-05-13 15:15:11.658 8480-8678/? I/PBSessionCacheImpl: Deleted
sessionId[427894267226] from persistence.
2019-05-13 15:15:11.757 8480-8678/? W/SearchServiceCore: Abort, client detached.
2019-05-13 15:15:11.799 8480-8678/? E/sb.r.SbWorkerImpl: Failed to start
lifecycleManager
2019-05-13 15:15:11.800 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.801 8480-8678/? I/chatty:
uid=10045(com.google.android.googlequicksearchbox) EventBus0 identical 1 line
2019-05-13 15:15:11.802 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.802 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_LIFECYCLE_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.804 8480-8678/? E/AttachedClient: Dropping clientEvent =
ACETONE_LOG_VERSION coming from client[37296992154372458]
2019-05-13 15:15:11.805 8480-8678/? E/AttachedClient: Dropping clientEvent =
UPDATE_SEARCHPLATE_MIC coming from client[37296992154372458]
2019-05-13 15:15:11.805 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.806 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_LIFECYCLE_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.807 8480-8678/? E/AttachedClient: Dropping clientEvent =
SET_HOTWORD_DETECTION_ENABLED coming from client[37296992154372458]
2019-05-13 15:15:11.812 8480-8678/? I/WorkerManager: dispose()
2019-05-13 15:15:11.816 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_LIFECYCLE_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.816 8480-8678/? E/AttachedClient: Dropping clientEvent =
SET_HOTWORD_DETECTION_ENABLED coming from client[37296992154372458]
2019-05-13 15:15:11.816 8480-8678/? E/AttachedClient: Dropping clientEvent =
MONET_CLIENT_LIFECYCLE_EVENT coming from client[37296992154372458]
2019-05-13 15:15:11.817 8480-8678/? E/sb.r.SbWorkerImpl: Failed to start
lifecycleManager
2019-05-13 15:15:11.818 8480-8678/? E/MicroDetectionWorker: Stale
runnable..ignoring
2019-05-13 15:15:11.818 8480-8678/? E/MicroDetectionWorker: Stale
runnable..ignoring
2019-05-13 15:15:11.845 8480-9444/? I/WorkController: WorkProxy is not enqueued
because WorkController is disposed: WorkProxy{Name=context::h, WorkerId=context,
id=2ce8a9f}
2019-05-13 15:15:11.845 8480-9444/? I/WorkController: WorkProxy is not enqueued
because WorkController is disposed: WorkProxy{Name=context::j, WorkerId=context,
id=627a7ec}
2019-05-13 15:15:11.845 8480-9444/? I/WorkController: WorkProxy is not enqueued
because WorkController is disposed: WorkProxy{Name=context::i, WorkerId=context,
id=9497b5}
2019-05-13 15:15:11.846 8480-9444/? I/WorkController: WorkProxy is not enqueued
because WorkController is disposed: WorkProxy{Name=context::g, WorkerId=context,
id=7bee4a}
2019-05-13 15:15:11.846 8480-9444/? I/WorkController: WorkProxy is not enqueued
because WorkController is disposed: WorkProxy{Name=context::k, WorkerId=context,
id=e9b31bb}
2019-05-13 15:15:11.926 8864-9003/? I/Places: ?: PlacesBleScanner stop()
2019-05-13 15:15:11.928 8864-8864/? D/BluetoothAdapter: disableBLE(): de-
registering com.google.android.gms
2019-05-13 15:15:11.929 950-6288/? D/BluetoothManagerService: Unregistered for
death of com.google.android.gms
2019-05-13 15:15:11.929 950-6288/? D/BluetoothManagerService: 0 registered Ble Apps
2019-05-13 15:15:11.931 8864-9003/? I/PlaceInferenceEngine: [anon] Changed
inference mode: 1
2019-05-13 15:15:11.931 8864-9003/? I/PlaceInferenceEngine: [account#1872944662]
Changed inference mode: 1
2019-05-13 15:15:11.931 8864-9003/? I/PlaceInferenceEngine: [account#-29786098]
Changed inference mode: 1
2019-05-13 15:15:11.935 8864-8864/? I/BeaconBle: Stopping scan on delegate scanner.
BT state: 15
2019-05-13 15:15:11.936 8864-8864/? D/BluetoothAdapter: isLeEnabled(): BLE_ON
2019-05-13 15:15:11.939 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:11.939 5464-5508/? E/bt_btm: BTM_BleObserve Observe not active
2019-05-13 15:15:11.940 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:11.941 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:11.941 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:11.942 8864-8864/? I/BeaconBle: Resetting - new scanner available:
true
2019-05-13 15:15:11.942 8864-8864/? I/BeaconBle: 'L' hardware scan: scan stopped,
no clients
2019-05-13 15:15:11.942 8864-8864/? I/BeaconBle: Places requested to stop scan
2019-05-13 15:15:11.942 8864-8864/? I/BeaconBle: Scan canceled successfully.
2019-05-13 15:15:11.945 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:11.949 8864-9003/? I/PlaceInferenceEngine: [anon] Changed
inference mode: 1
2019-05-13 15:15:11.951 8864-9003/? I/PlaceInferenceEngine: [account#-29786098]
Changed inference mode: 1
2019-05-13 15:15:12.401 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:12.402 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:12.403 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:12.403 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:12.404 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed, operations=[PreferenceDBOperation{key=server_cert, operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:12.404 10070-10251/? E/AirWatch_SecurePreferenceEditor: commit:
merge failed
2019-05-13 15:15:12.404 10070-10251/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:12.405 10070-10251/? D/AirWatch_ServerConnectionBuilder: secure
channel new settings
2019-05-13 15:15:12.405 10070-10251/? D/AirWatch_ServerConnectionBuilder:
SITHLogin: sdk configuration builds new secure channel setting
2019-05-13 15:15:12.406 10070-10251/? D/AirWatch_AirwatchDevice: sAwDeviceUID not
null , returning cached id.
2019-05-13 15:15:12.406 10070-10251/? V/AirWatch: Setup secure channel
2019-05-13 15:15:12.406 10070-10251/? D/AirWatch: Perform certificate request
2019-05-13 15:15:12.406 10070-10251/? D/AirWatch_BaseMessage: Sending
CertificateRequestMessage to
https://asdkmain.ssdevrd.com/deviceservices/ConnectionEndPoint.aws/v2?
deviceType=5&uid=6ab54a53b4cc1f16df573462922c33cf
2019-05-13 15:15:12.407 10070-10251/? I/AirWatch: Setting Timeout Values,
Connection:300000, SO Timeout:300000
2019-05-13 15:15:13.157 10070-10251/? D/AirWatch_CertPinningTrustMgr: Validating
server trust with system trust manager
2019-05-13 15:15:13.765 10070-10251/? I/AirWatch: Response code is: 200
2019-05-13 15:15:13.765 10070-10251/? D/AirWatch: Http OK Status
2019-05-13 15:15:13.776 10070-10251/? D/AirWatch: Store certificate
2019-05-13 15:15:13.790 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:13.792 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:13.792 10070-10251/? D/AirWatch: Create device identity
2019-05-13 15:15:13.794 10070-10251/? V/AirWatch: ----- generateX509Certificate()
start. entered.
2019-05-13 15:15:14.175 950-1618/? I/ActivityManager: Killing
8881:com.google.android.gms/u0a18 (adj 0): remove task
2019-05-13 15:15:14.178 950-1020/? W/libprocessgroup: kill(-8881, 9) failed: No
such process
2019-05-13 15:15:14.203 950-1020/? W/libprocessgroup: kill(-8881, 9) failed: No
such process
2019-05-13 15:15:14.207 662-662/? I/Zygote: Process 8881 exited due to signal (9)
2019-05-13 15:15:14.208 950-6288/? D/ConnectivityService: ConnectivityService
NetworkRequestInfo binderDied(NetworkRequest [ REQUEST id=44, [ Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10018] ],
android.os.BinderProxy@e99342f)
2019-05-13 15:15:14.208 950-1608/? D/ConnectivityService: releasing NetworkRequest
[ REQUEST id=44, [ Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED
Unwanted: Uid: 10018] ] (release request)
2019-05-13 15:15:14.214 950-3754/? W/ActivityManager: Scheduling restart of crashed
service com.google.android.gms/.chimera.GmsIntentOperationService in 1000ms
2019-05-13 15:15:14.214 950-3754/? W/ActivityManager: Scheduling restart of crashed
service com.google.android.gms/.chimera.GmsBoundBrokerService in 11000ms
2019-05-13 15:15:14.214 950-3754/? W/ActivityManager: Scheduling restart of crashed
service com.google.android.gms/.icing.service.IndexService in 21000ms
2019-05-13 15:15:14.214 950-3754/? W/ActivityManager: Scheduling restart of crashed
service com.google.android.gms/.chimera.GmsApiService in 31000ms
2019-05-13 15:15:14.247 950-1020/? W/libprocessgroup: kill(-8881, 9) failed: No
such process
2019-05-13 15:15:14.247 950-1020/? I/libprocessgroup: Successfully killed process
cgroup uid 10018 pid 8881 in 69ms
2019-05-13 15:15:14.306 634-4756/? W/DnsTlsSocket: SSL_connect error 5, errno=110
2019-05-13 15:15:14.468 950-950/? V/SettingsProvider: Notifying for 0:
content://settings/system/screen_brightness
2019-05-13 15:15:14.578 10070-10251/? D/AW: set public key
2019-05-13 15:15:14.585 10070-10251/? D/AW: Return signed x509 certificate
2019-05-13 15:15:14.587 10070-10251/? V/AirWatch: ----- generateX509Certificate()
end. exited.
2019-05-13 15:15:14.587 10070-10251/? D/AirWatch: Register device ID
2019-05-13 15:15:14.588 10070-10251/? D/AirWatch_BaseMessage: Sending
CheckInMessage to
https://asdkmain.ssdevrd.com/DeviceServices/CheckInEndPoint.aws/v2?
deviceId=9f88067d-3789-4bfe-864f-013dc2392994
2019-05-13 15:15:14.589 10070-10251/? I/AirWatch: Setting Timeout Values,
Connection:300000, SO Timeout:300000
2019-05-13 15:15:14.600 10070-10251/? V/AirWatch: ----- createEnvelopedCms() start.
entered.
2019-05-13 15:15:14.601 10070-10251/? V/AirWatch: ----- createEnvelopedCms() end.
exited.
2019-05-13 15:15:15.180 10070-10251/? D/AirWatch_CertPinningTrustMgr: Validating
server trust with system trust manager
2019-05-13 15:15:15.248 950-1019/? I/ActivityManager: Start proc
10290:com.google.android.gms/u0a18 for service
com.google.android.gms/.chimera.GmsIntentOperationService
2019-05-13 15:15:15.271 10290-10290/? E/gle.android.gm: Not starting debugger since
process cannot load the jdwp agent.
2019-05-13 15:15:15.351 10290-10290/? I/gle.android.gm: The ClassLoaderContext is a
special shared library.
2019-05-13 15:15:15.359 10290-10290/? I/chatty: uid=10018(com.google.android.gms)
identical 1 line
2019-05-13 15:15:15.364 10290-10290/? I/gle.android.gm: The ClassLoaderContext is a
special shared library.
2019-05-13 15:15:15.487 10290-10290/? W/DynamiteModule: Local module descriptor
class for providerinstaller not found.
2019-05-13 15:15:15.489 10290-10290/? W/ProviderHelper: Unknown dynamite feature
providerinstaller
2019-05-13 15:15:15.494 10290-10290/? I/DynamiteModule: Considering local module
providerinstaller:0 and remote module providerinstaller:0
2019-05-13 15:15:15.494 10290-10290/? W/ProviderInstaller: Failed to load
providerinstaller module: No acceptable module found. Local version is 0 and remote
version is 0.
2019-05-13 15:15:15.504 10290-10290/? V/NativeCrypto: Registering
com/google/android/gms/org/conscrypt/NativeCrypto's 284 native methods...
2019-05-13 15:15:15.523 10290-10290/? D/NetworkSecurityConfig: Using Network
Security Config from resource network_security_config debugBuild: false
2019-05-13 15:15:15.528 10290-10290/? I/ProviderInstaller: Installed default
security provider GmsCore_OpenSSL
2019-05-13 15:15:15.558 10290-10290/? W/Primes: Primes not initialized, returning
default (no-op) Primes instance which will ignore all calls. Please call
Primes.initialize(...) before using any Primes API.
2019-05-13 15:15:15.588 10290-10313/? I/SystemUpdate:
[Execution,InstallationIntentOperation] Received intent: Intent
{ act=com.google.android.gms.update.INSTALL_UPDATE
cat=[targeted_intent_op_prefix:.update.execution.InstallationIntentOperation]
cmp=com.google.android.gms/.chimera.GmsIntentOperationService }.
2019-05-13 15:15:15.861 10290-10313/? I/SystemUpdate: [Control,InstallationControl]
Installation progress updated to (0x002, -1.000).
2019-05-13 15:15:15.934 10070-10251/? I/AirWatch: Response code is: 200
2019-05-13 15:15:15.935 10070-10251/? D/AirWatch: Http OK Status
2019-05-13 15:15:15.942 10070-10251/? V/AirWatch: ----- decryptEnvelopedCms()
start. entered.
2019-05-13 15:15:15.954 10290-10318/? I/Icing: Storage manager: low false usage
2.33MB avail 109.42GB capacity 111.92GB
2019-05-13 15:15:15.954 10070-10251/? V/AirWatch: ----- decryptEnvelopedCms() end.
exited.
2019-05-13 15:15:15.960 10070-10251/? V/AirWatch: -----
verifySignatureAndGetMessage() start. entered.
2019-05-13 15:15:15.963 10070-10251/? V/AirWatch: -----
verifySignatureAndGetMessagePKCS7() end. exited.
2019-05-13 15:15:15.967 10070-10251/? D/AirWatch: Security level is signEncrypt
2019-05-13 15:15:15.968 10070-10251/? D/AirWatch_SecureChannelUtility: SITHLogin:
secure channel check-in is successful
2019-05-13 15:15:15.968 10070-10251/? V/AirWatch: Secure channel setup completed
successfully
2019-05-13 15:15:15.971 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:15.973 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:15.975 10070-10251/? D/AirWatch_ServerConnectionBuilder: secure
channel url:
2019-05-13 15:15:15.976 10070-10102/? D/AirWatch_SecurePreferencesImpl:
mergeEditorOperations: operations=3
2019-05-13 15:15:15.979 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase entered.
2019-05-13 15:15:15.983 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:16.008 10290-10313/? W/ChimeraUtils: Non Chimera context
2019-05-13 15:15:16.012 10290-10313/? I/chatty:
uid=10018(com.google.android.gms) .INSTALL_UPDATE identical 2 lines
2019-05-13 15:15:16.013 10290-10313/? W/ChimeraUtils: Non Chimera context
2019-05-13 15:15:16.029 10290-10313/? I/SystemUpdate: [Network,NetworkRequester]
Requesting network with capabilities [11, 12]...
2019-05-13 15:15:16.031 950-967/? D/ConnectivityService: requestNetwork for
uid/pid:10018/10290 NetworkRequest [ REQUEST id=47, [ Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10018] ]
2019-05-13 15:15:16.033 950-1605/? D/WIFI_UT: got request NetworkRequest [ REQUEST
id=47, [ Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid:
10018] ] with score 60
2019-05-13 15:15:16.033 950-1605/? D/WIFI: got request NetworkRequest [ REQUEST
id=47, [ Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid:
10018] ] with score 60
2019-05-13 15:15:16.035 10290-10324/? I/SystemUpdate: [Network,NetworkRequester]
Network acquired.
2019-05-13 15:15:16.036 1839-1839/? D/PhoneSwitcherNetworkRequstListener: got
request NetworkRequest [ REQUEST id=47, [ Capabilities:
NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid: 10018] ] with score 60
2019-05-13 15:15:16.036 950-1630/? D/Ethernet: got request NetworkRequest [ REQUEST
id=47, [ Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED Unwanted: Uid:
10018] ] with score 60
2019-05-13 15:15:16.053 10290-10325/? I/SystemUpdate: [Control,BatteryControl]
Received intent: Intent { act=android.intent.action.BATTERY_CHANGED flg=0x60000010
(has extras) }.
2019-05-13 15:15:16.053 10290-10326/? I/SystemUpdate: [Control,NetworkControl]
Received intent: Intent { act=android.net.wifi.supplicant.STATE_CHANGE
flg=0x24000010 (has extras) }.
2019-05-13 15:15:16.105 10290-10321/? I/SystemUpdate:
[Execution,InstallationEventIntentOperation] Handling event of type 4.
2019-05-13 15:15:16.147 10290-10321/? I/SystemUpdate:
[Execution,InstallationEventIntentOperation] Handling event of type 3.
2019-05-13 15:15:16.174 950-967/? I/WifiService: acquireWifiLock uid=10018
lockMode=1
2019-05-13 15:15:16.189 10290-10313/? I/SystemUpdate: [Execution,DefaultThrottler]
Throttling: current time=1001829, earliest retry time=1156581.
2019-05-13 15:15:16.332 10290-10318/? W/native: model-utils.cc:21 No CRC32, most
likely an old model; skip CRC32 check
2019-05-13 15:15:16.334 10290-10318/? I/native: permission-checker.cc:74 Creating
PermissionChecker based on ACL with config_version 1 having 5 permissions defined.
2019-05-13 15:15:16.335 10290-10318/? W/native: words-map.cc:29
generic::invalid_argument: Empty URI
2019-05-13 15:15:16.335 10290-10318/? W/native: words-map.cc:33 WordsMap was not
properly initialized
2019-05-13 15:15:16.442 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:16.443 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:16.444 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:16.444 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:16.448 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:16.485 10290-10318/? I/DynamiteModule: Considering local module
com.google.android.gms.googlecertificates:4 and remote module
com.google.android.gms.googlecertificates:4
2019-05-13 15:15:16.485 10290-10318/? I/DynamiteModule: Selected local version of
com.google.android.gms.googlecertificates
2019-05-13 15:15:16.542 10290-10318/? I/Icing: updateResources: need to parse
abyh{com.google.android.gms}
2019-05-13 15:15:16.646 950-967/? D/WificondControl: Scan result ready event
2019-05-13 15:15:16.660 950-1606/? D/WificondScannerImpl: Filtering out 6 scan
results.
2019-05-13 15:15:16.672 950-1605/? D/PasspointManager: No matches not found for
JioPrivateNet
2019-05-13 15:15:16.672 950-1605/? D/PasspointManager: Match not found for
JioPrivateNet
2019-05-13 15:15:16.710 8480-8682/? W/ThreadPoolDumper: Queue length for executor
Background is now 35. Perhaps some tasks are too long, or the pool is too small.
2019-05-13 15:15:16.906 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:16.907 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:16.908 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:16.908 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:16.908 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed, operations=[PreferenceDBOperation{key=prevServerURL, operation=SET},
PreferenceDBOperation{key=secure_channel_url, operation=SET},
PreferenceDBOperation{key=security_level, operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:16.908 10070-10251/? E/AirWatch_SecurePreferenceEditor: commit:
merge failed
2019-05-13 15:15:16.909 10070-10251/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:16.909 10070-10102/? D/AirWatch_SecurePreferencesImpl:
mergeEditorOperations: operations=2
2019-05-13 15:15:16.911 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase entered.
2019-05-13 15:15:16.914 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:16.919 10290-10318/? I/Icing: Internal init done: storage state 0
2019-05-13 15:15:16.936 10290-10315/? I/Icing: Using regular flags by method 2
2019-05-13 15:15:16.951 8864-8864/? I/BeaconBle: 'L' hardware scan: scan stopped,
no clients
2019-05-13 15:15:16.973 10290-10318/? I/Icing: Post-init done
2019-05-13 15:15:17.368 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:17.370 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:17.370 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:17.370 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:17.378 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:17.832 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:17.834 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:17.834 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:17.834 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:17.835 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed, operations=[PreferenceDBOperation{key=identity_cert, operation=SET},
PreferenceDBOperation{key=identity_pk, operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:17.835 10070-10251/? E/AirWatch_SecurePreferenceEditor: commit:
merge failed
2019-05-13 15:15:17.835 10070-10251/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:17.837 10070-10102/? D/AirWatch_SecurePreferencesImpl:
mergeEditorOperations: operations=1
2019-05-13 15:15:17.839 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase entered.
2019-05-13 15:15:17.845 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:18.300 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:18.301 10070-10102/? E/AirWatch: SQLCipherUtility :
getWritableDatabase Exception :
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:74)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:18.302 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = DB_DELETED
2019-05-13 15:15:18.302 10070-10102/? D/AirWatch: SQLCipherUtility :
getWritableDatabase icuFile exists : false
2019-05-13 15:15:18.311 10070-10102/? V/Cursor: Filling cursor window with start
position:0 required position:0
2019-05-13 15:15:18.767 10070-10102/? E/Database: file is not a database: , while
compiling: select count(*) from sqlite_master;
net.sqlcipher.database.SQLiteException: file is not a database: , while
compiling: select count(*) from sqlite_master;
at net.sqlcipher.database.SQLiteCompiledSql.native_compile(Native Method)
at
net.sqlcipher.database.SQLiteCompiledSql.compile(SQLiteCompiledSql.java:91)
at
net.sqlcipher.database.SQLiteCompiledSql.<init>(SQLiteCompiledSql.java:64)
at net.sqlcipher.database.SQLiteProgram.<init>(SQLiteProgram.java:89)
at net.sqlcipher.database.SQLiteQuery.<init>(SQLiteQuery.java:48)
at
net.sqlcipher.database.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java
:60)
at
net.sqlcipher.database.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1954)
at net.sqlcipher.database.SQLiteDatabase.rawQuery(SQLiteDatabase.java:1840)
at
net.sqlcipher.database.SQLiteDatabase.keyDatabase(SQLiteDatabase.java:2571)
at
net.sqlcipher.database.SQLiteDatabase.openDatabaseInternal(SQLiteDatabase.java:2502
)
at
net.sqlcipher.database.SQLiteDatabase.openDatabase(SQLiteDatabase.java:1204)
at
net.sqlcipher.database.SQLiteDatabase.openOrCreateDatabase(SQLiteDatabase.java:1267
)
at
net.sqlcipher.database.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:1
62)
at com.airwatch.storage.SqlCipherDatabaseHelper.getWritableDatabase(Unknown
Source:26)
at
com.airwatch.bizlib.database.SQLCipherUtility.getWritableDatabase(Unknown
Source:325)
at com.airwatch.storage.databases.SecureDB.getSQLiteDatabase(Unknown
Source:38)
at com.airwatch.storage.databases.AbstractSqlCipherDB.replace(Unknown
Source:0)
at com.airwatch.storage.PreferencesProvider.insert(Unknown Source:145)
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:302)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:18.768 10070-10102/? V/AirWatch: ----- SQLCipherUtility-
>getWritableDatabase exited.
2019-05-13 15:15:18.769 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:18.769 10070-10102/? E/AirWatch: onPreferenceError: Report from
secure preference. code = INSERTION_FAIL
2019-05-13 15:15:18.769 10070-10102/? E/AirWatch_SecurePreferencesImpl: syncDB:
commit failed, operations=[PreferenceDBOperation{key=server_cert, operation=SET}]
android.content.OperationApplicationException: insert failed
at
android.content.ContentProviderOperation.apply(ContentProviderOperation.java:304)
at android.content.ContentProvider.applyBatch(ContentProvider.java:1944)
at
android.content.ContentProvider$Transport.applyBatch(ContentProvider.java:317)
at
android.content.ContentProviderClient.applyBatch(ContentProviderClient.java:474)
at android.content.ContentResolver.applyBatch(ContentResolver.java:1626)
at com.airwatch.sdk.context.SecurePreferencesImpl.syncDB(Unknown Source:89)
at
com.airwatch.sdk.context.SecurePreferencesImpl.mergeEditorOperations(Unknown
Source:174)
at
com.airwatch.sdk.context.SecurePreferenceEditor.lambda$commit$0$SecurePreferenceEdi
tor(Unknown Source:6)
at com.airwatch.sdk.context.SecurePreferenceEditor$$Lambda$0.call(Unknown
Source:2)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:193)
at android.os.HandlerThread.run(HandlerThread.java:65)
2019-05-13 15:15:18.770 10070-10251/? E/AirWatch_SecurePreferenceEditor: commit:
merge failed
2019-05-13 15:15:18.770 10070-10251/? E/AirWatch: onPreferenceError: Report from
secure preference. code = COMMIT_FAIL
2019-05-13 15:15:18.772 10070-10251/? I/AirWatch: Checking for commands
2019-05-13 15:15:18.786 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:18.788 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:18.789 10070-10251/? D/AirWatch_BaseMessage: Sending
SdkCommandMessage to
https://asdkmain.ssdevrd.com/DeviceServices/SecureChannel.aws/v2?
bundleId=com.sample.airwatchsdk.sith&deviceId=9f88067d-3789-4bfe-864f-013dc2392994
2019-05-13 15:15:18.797 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:18.801 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:18.802 10070-10251/? I/AirWatch: Setting Timeout Values,
Connection:300000, SO Timeout:300000
2019-05-13 15:15:18.816 10070-10251/? D/AirWatch_AirwatchDevice: sAwDeviceUID not
null , returning cached id.
2019-05-13 15:15:18.820 10070-10251/? V/AirWatch: ----- validateCert() start.
entered.
2019-05-13 15:15:18.822 10070-10251/? V/AirWatch: ----- validateCert() end.
exited.
2019-05-13 15:15:18.826 10070-10251/? V/AirWatch: --

You might also like