[TIMOB-6730] Android: tableView- rhino - Non-reproducible crash when entering tableview
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-01T21:05:23.000+0000 |
Affected Version/s | Release 1.8.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | qe-and121411, qe-new |
Reporter | Eric Merriman |
Assignee | Ingo Muschenetz |
Created | 2011-12-16T15:16:17.000+0000 |
Updated | 2017-03-10T19:05:33.000+0000 |
Description
Description:
During a KS nook pass on v8 and Rhino on the Nook, I experienced a crash that I could not reproduce. The console reports a log created, but I didn't have permission to access the folder through ADB shell or DDMS file explorer. Console output:
/DeviceManagerProvider( 1197): query(): Table (registry)
D/DeviceManagerProvider( 1197): Query from ROM Token!
D/DeviceManagerProvider( 1197): query(): name after()
D/DeviceManagerProvider( 1197): deviceInfoQuery: uri (content://com.bn.provider.devicemanagerprovider/registry?notify=false)
D/DeviceManagerProvider( 1197): deviceInfoQuery: return false
D/Utils ( 1197): getRegistryValue(): Name = com.bn.device.fota.mode Value: auto
D/Utils ( 1197): FOTA mode: auto
I/DeviceManagerHandler( 1197): HandleMessage(): msg.what (6)
D/DeviceManagerHandler( 1197): HandleMessage(): Handling ANR
I/global ( 1197): Default buffer size used in BufferedWriter constructor. It would be better to be explicit if an 8k-char buffer is required.
D/LogcatProcessor( 1197): Starting log capture
I/LogcatProcessor( 1197): LOG END MARKER - 1324074874128
D/LogcatProcessor( 1197): Verbose level
D/LogcatProcessor( 1197): +dumpList
D/LogcatProcessor( 1197): -dumpList
D/dalvikvm( 1197): GC_FOR_MALLOC freed 6716 objects / 685384 bytes in 41ms
D/LogcatProcessor( 1197): +dumpList
D/LogcatProcessor( 1197): -dumpList
D/LogcatProcessor( 1197): +dumpList
D/LogcatProcessor( 1197): -dumpList
D/LogcatProcessor( 1197): +dumpList
D/LogcatProcessor( 1197): -dumpList
D/LogcatProcessor( 1197): +dumpList
D/LogcatProcessor( 1197): -dumpList
I/LogcatProcessor( 1197): Total lines: 1196
D/LogcatProcessor( 1197): +dumpList
D/LogcatProcessor( 1197): Closing file
D/LogcatProcessor( 1197): +closeFile
D/LogcatProcessor( 1197): -closeFile
D/LogcatProcessor( 1197): -dumpList
D/LogcatProcessor( 1197): -start
D/DeviceManagerFsUtil( 1197): totalFileSize()-->222567
D/DeviceManagerFsUtil( 1197): totalFileSize()-->0
D/DeviceManagerFsUtil( 1197): prune(-98, -826009)
D/DeviceManagerService( 1197): Insert returns true
D/DeviceManagerProvider( 1197): query(): uri (content://com.bn.provider.devicemanagerprovider/crashlogs)
D/DeviceManagerProvider( 1197): query(): selection (null)
D/DeviceManagerProvider( 1197): query(): selectionArgs (null)
D/DeviceManagerProvider( 1197): query(): Product.BN_FEATURE_ROM_TOKENS_ENABLED (true)
D/DeviceManagerProvider( 1197): query(): Table (crashlogs)
D/DeviceManagerUtil( 1197): All crash summary files:
D/DeviceManagerUtil( 1197): /data/anr/summary/FAULT_SUMMARY_com.appcelerator.kitchensinknook_2011-12-16_14:34:30_PST.zip
D/DeviceManagerUtil( 1197): Inaccessible crash summary files:
D/DeviceManagerBroadcastReceiver( 1197): Updated Battery Level: 52
D/DeviceManagerBroadcastReceiver( 1197): Action: android.intent.action.BATTERY_CHANGED
D/DeviceManagerBroadcastReceiver( 1197): Set Alarm: false
D/WifiService( 955): ACTION_BATTERY_CHANGED pluggedType: 0
D/DeviceManagerBroadcastReceiver( 1197): Updated Battery Level: 52
D/DeviceManagerBroadcastReceiver( 1197): Action: android.intent.action.BATTERY_CHANGED
D/DeviceManagerBroadcastReceiver( 1197): Set Alarm: false
D/WifiService( 955): ACTION_BATTERY_CHANGED pluggedType: 0
D/DeviceManagerBroadcastReceiver( 1197): Updated Battery Level: 52
D/DeviceManagerBroadcastReceiver( 1197): Action: android.intent.action.BATTERY_CHANGED
D/DeviceManagerBroadcastReceiver( 1197): Set Alarm: false
D/WifiService( 955): ACTION_BATTERY_CHANGED pluggedType: 0
D/DeviceManagerBroadcastReceiver( 1197): Updated Battery Level: 52
D/DeviceManagerBroadcastReceiver( 1197): Action: android.intent.action.BATTERY_CHANGED
D/DeviceManagerBroadcastReceiver( 1197): Set Alarm: false
D/WifiService( 955): ACTION_BATTERY_CHANGED pluggedType: 0
I/power ( 955): *** set_screen_state 0
E/SurfaceFlinger( 955): About to give-up screen, flinger = 0x12e808
E/SurfaceFlinger( 955): Waiting on mBarrier...
E/SurfaceFlinger( 955): Woke up!
D/WifiService( 955): ACTION_SCREEN_OFF
Steps to reproduce:
1) Install KS with SDK 1.8.0.1
2) Navigate to Base UI>Vertical Layout
Result:
Delay in test opening and then crash
Expected:
Vertical layout tableview opens.
Closing ticket as the issue will not fix.