0% found this document useful (0 votes)
195 views2 pages

Log GDC

The document reports a series of exceptions encountered when an application tries to access device information and permissions. Specifically: - The application does not have permission to access the SMS line number or phone state, resulting in SecurityExceptions. - An IllegalArgumentException occurs when trying to query a content provider. - NullPointerExceptions happen when trying to open a database, likely due to a null context.

Uploaded by

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

Log GDC

The document reports a series of exceptions encountered when an application tries to access device information and permissions. Specifically: - The application does not have permission to access the SMS line number or phone state, resulting in SecurityExceptions. - An IllegalArgumentException occurs when trying to query a content provider. - NullPointerExceptions happen when trying to open a database, likely due to a null context.

Uploaded by

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

InitDeviceValues: Can not get info for lineNum: Exception: java.lang.

SecurityException:
getLine1NumberForDisplay: Neither user 10033 nor current process has
android.permission.READ_SMS.
DataSharing:Error querying provider content://com.gameloft.android.gdc.provider/key/, e =
java.lang.IllegalArgumentException: Unable to find configured root for
content://com.gameloft.android.gdc.provider/key/
InitDeviceValues: Can not get info for lineNum: Exception: java.lang.SecurityException:
getLine1NumberForDisplay: Neither user 10033 nor current process has
android.permission.READ_SMS.
InitDeviceValues: Can not get info for lineNum: Exception: java.lang.SecurityException:
getLine1NumberForDisplay: Neither user 10033 nor current process has
android.permission.READ_SMS.
InitDeviceValues: Can not get info for lineNum: Exception: java.lang.SecurityException:
getLine1NumberForDisplay: Neither user 10033 nor current process has
android.permission.READ_SMS.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
Can not get Device Id because of exception: getDeviceId: Neither user 10033 nor current
process has android.permission.READ_PHONE_STATE.
GDCMyDownloadDatabaseHandler: getAllGamesDownloaded:
Exception2:java.lang.NullPointerException: Attempt to invoke virtual method
'android.database.sqlite.SQLiteDatabase
android.content.Context.openOrCreateDatabase(java.lang.String, int,
android.database.sqlite.SQLiteDatabase$CursorFactory,
android.database.DatabaseErrorHandler)' on a null object reference
GDCMyDownloadDatabaseHandler: getAllGamesDownloaded:
Exception2:java.lang.NullPointerException: Attempt to invoke virtual method
'android.database.sqlite.SQLiteDatabase
android.content.Context.openOrCreateDatabase(java.lang.String, int,
android.database.sqlite.SQLiteDatabase$CursorFactory,
android.database.DatabaseErrorHandler)' on a null object reference

You might also like