Skip to content

Instantly share code, notes, and snippets.

@nmr8acme
Created September 27, 2013 19:19
Show Gist options
  • Save nmr8acme/6733850 to your computer and use it in GitHub Desktop.
Save nmr8acme/6733850 to your computer and use it in GitHub Desktop.
EGL error from multi-context Apportable app
09-27 12:03:25.275 538-1116/system_process I/ActivityManager﹕ START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.apportable.Spin/com.apportable.activity.VerdeActivity} from pid 3359
09-27 12:03:25.285 217-618/? D/ALSADevice﹕ handle->format: 0x2
09-27 12:03:25.285 217-618/? D/ALSADevice﹕ setHardwareParams: reqBuffSize 1024 channels 2 sampleRate 48000
09-27 12:03:25.285 217-618/? D/ALSADevice﹕ setHardwareParams: buffer_size 4096, period_size 1024, period_cnt 4
09-27 12:03:25.355 12407-12407/? D/dalvikvm﹕ Late-enabling CheckJNI
09-27 12:03:25.355 538-550/system_process I/ActivityManager﹕ Start proc com.apportable.Spin for activity com.apportable.Spin/com.apportable.activity.VerdeActivity: pid=12407 uid=10071 gids={50071, 3003, 1028}
09-27 12:03:25.435 538-549/system_process I/ActivityManager﹕ Config changes=480 {1.0 ?mcc?mnc en_US ldltr sw360dp w640dp h335dp 480dpi nrml long land finger -keyb/v/h -nav/h s.85 themeResource=null}
09-27 12:03:25.445 538-695/system_process I/InputReader﹕ Reconfiguring input devices. changes=0x00000004
09-27 12:03:25.445 538-695/system_process I/InputReader﹕ Device reconfigured: id=3, name='synaptics-rmi-touchscreen', size 1080x1920, orientation 1, mode 1, display id 0
09-27 12:03:25.445 538-695/system_process W/InputReader﹕ VirtualKey 249: could not obtain key code, ignoring
09-27 12:03:25.535 12407-12407/com.apportable.Spin D/APPLICATION﹕ Running application callbacks
09-27 12:03:25.565 12407-12407/com.apportable.Spin D/CrashReporter﹕ New install
09-27 12:03:25.565 12407-12407/com.apportable.Spin D/CrashReporter﹕ Existing install
09-27 12:03:25.575 12407-12407/com.apportable.Spin D/CrashReporter﹕ Existing install
09-27 12:03:25.605 12407-12407/com.apportable.Spin V/ApportableOrientationEventListener﹕ deviceModel = One, orientation adjustment = false
09-27 12:03:25.815 12407-12407/com.apportable.Spin V/com.apportable.AssetManager﹕ App Expansion Files: main: version:0 size:0.
09-27 12:03:25.815 12407-12407/com.apportable.Spin V/com.apportable.AssetManager﹕ App does not have Expansion Files
09-27 12:03:25.825 12407-12439/com.apportable.Spin D/LibraryManager﹕ Scanning ABI armeabi
09-27 12:03:25.825 12407-12439/com.apportable.Spin D/LibraryManager﹕ Scanning ABI armeabi-v7a
09-27 12:03:25.835 12407-12439/com.apportable.Spin D/LibraryManager﹕ Won't patch libraries - '/storage/emulated/0/libs/com.apportable.Spin' doesn't exist
09-27 12:03:25.835 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'v'...
09-27 12:03:25.835 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libv.so 0x40f6fd98
09-27 12:03:25.835 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libv.so 0x40f6fd98
09-27 12:03:25.846 12407-12439/com.apportable.Spin W/ContextImpl﹕ Unable to create external cache directory
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 8 ms
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'cxx'...
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libcxx.so 0x40f6fd98
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libcxx.so 0x40f6fd98
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libcxx.so 0x40f6fd98, skipping init
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 5 ms
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'System'...
09-27 12:03:25.846 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libSystem.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libSystem.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libSystem.so 0x40f6fd98, skipping init
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 1 ms
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'objc'...
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libobjc.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libobjc.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libobjc.so 0x40f6fd98, skipping init
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 2 ms
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'pthread_workqueue'...
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libpthread_workqueue.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libpthread_workqueue.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libpthread_workqueue.so 0x40f6fd98, skipping init
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 1 ms
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'dispatch'...
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libdispatch.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libdispatch.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libdispatch.so 0x40f6fd98, skipping init
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 2 ms
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'ffi'...
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libffi.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libffi.so 0x40f6fd98
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libffi.so 0x40f6fd98, skipping init
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 1 ms
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'Foundation'...
09-27 12:03:25.856 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libFoundation.so 0x40f6fd98
09-27 12:03:25.866 859-859/com.android.systemui D/BluetoothAdapter﹕ 1095072160: getState() : mService = null. Returning STATE_OFF
09-27 12:03:25.926 12407-12407/com.apportable.Spin D/libEGL﹕ loaded /system/lib/egl/libEGL_adreno200.so
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libFoundation.so 0x40f6fd98
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libFoundation.so 0x40f6fd98, skipping init
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 72 ms
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'freetype'...
09-27 12:03:25.926 12407-12407/com.apportable.Spin D/libEGL﹕ loaded /system/lib/egl/libGLESv1_CM_adreno200.so
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libfreetype.so 0x40f6fd98
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libfreetype.so 0x40f6fd98
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libfreetype.so 0x40f6fd98, skipping init
09-27 12:03:25.926 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 1 ms
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'CoreGraphics'...
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libCoreGraphics.so 0x40f6fd98
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libCoreGraphics.so 0x40f6fd98
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/dalvikvm﹕ No JNI_OnLoad found in /data/app-lib/com.apportable.Spin-2/libCoreGraphics.so 0x40f6fd98, skipping init
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 4 ms
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'OpenAL'...
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libOpenAL.so 0x40f6fd98
09-27 12:03:25.936 12407-12439/com.apportable.Spin I/OpenAL_SLES﹕ alc_opensles_init
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libOpenAL.so 0x40f6fd98
09-27 12:03:25.936 12407-12439/com.apportable.Spin I/OpenAL_SLES﹕ API:17
09-27 12:03:25.936 12407-12439/com.apportable.Spin I/OpenAL_SLES﹕ Model:One
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 1 ms
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'BridgeKit'...
09-27 12:03:25.936 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libBridgeKit.so 0x40f6fd98
09-27 12:03:25.946 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libBridgeKit.so 0x40f6fd98
09-27 12:03:25.946 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 13 ms
09-27 12:03:25.946 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loading library 'verde'...
09-27 12:03:25.946 12407-12439/com.apportable.Spin D/dalvikvm﹕ Trying to load lib /data/app-lib/com.apportable.Spin-2/libverde.so 0x40f6fd98
09-27 12:03:25.986 12407-12439/com.apportable.Spin D/dalvikvm﹕ Added shared lib /data/app-lib/com.apportable.Spin-2/libverde.so 0x40f6fd98
09-27 12:03:25.986 12407-12407/com.apportable.Spin D/libEGL﹕ loaded /system/lib/egl/libGLESv2_adreno200.so
09-27 12:03:25.986 12407-12439/com.apportable.Spin D/LibraryManager﹕ Loaded in 40 ms
09-27 12:03:25.996 12407-12407/com.apportable.Spin I/Adreno200-EGL﹕ <qeglDrvAPI_eglInitialize:269>: EGL 1.4 QUALCOMM build: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051_msm8960_JB_VANILLA_CL2997615_release_AU (CL2997615)
Build Date: 04/11/13 Thu
Local Branch:
Remote Branch: quic/mako_jb_mr1
Local Patches: NONE
Reconstruct Branch: AU_LINUX_ANDROID_JB_VANILLA.04.02.02.60.051 + NOTHING
09-27 12:03:26.066 12407-12407/com.apportable.Spin D/OpenGLRenderer﹕ Enabling debug mode 0
09-27 12:03:26.076 3359-3359/com.cyanogenmod.trebuchet W/IInputConnectionWrapper﹕ showStatusIcon on inactive InputConnection
09-27 12:03:26.076 12407-12407/com.apportable.Spin D/VerdeActivity﹕ No updater.
09-27 12:03:26.116 12407-12439/com.apportable.Spin V/choosePreferredConfigOrder﹕ using fast_color
09-27 12:03:26.126 12407-12439/com.apportable.Spin V/Apportable﹕ About to try 36 configurations
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ Chosen EGLConfig accepted:
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ conf = com.google.android.gles_jni.EGLConfigImpl@41d4b260
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_RED_SIZE = 5
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_GREEN_SIZE = 6
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_BLUE_SIZE = 5
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_ALPHA_SIZE = 0
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_DEPTH_SIZE = 24
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_STENCIL_SIZE = 8
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_BUFFER_SIZE = 16
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_CONFIG_ID = 3
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_LEVEL = 0
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_MAX_PBUFFER_WIDTH = 4096
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_MAX_PBUFFER_HEIGHT = 4096
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_MAX_PBUFFER_PIXELS = 16777216
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_NATIVE_VISUAL_ID = 4
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_NATIVE_VISUAL_TYPE = 0
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_SAMPLE_BUFFERS = 0
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_SAMPLES = 0
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_TRANSPARENT_TYPE = 12344
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_CONFIG_CAVEAT = 12344 (12344,12368,12369)
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_NATIVE_RENDERABLE = 0
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/Apportable﹕ EGL_SURFACE_TYPE = 1445 EGL_WINDOW_BIT=4 EGL_PBUFFER_BIT=1 EGL_PIXMAP_BIT=2
09-27 12:03:26.146 12407-12439/com.apportable.Spin V/AudioPlayer﹕ Verde AudioPlayer init: 256
09-27 12:03:26.356 538-610/system_process I/ActivityManager﹕ Displayed com.apportable.Spin/com.apportable.activity.VerdeActivity: +1s11ms
09-27 12:03:27.227 12407-12439/com.apportable.Spin V/ApportableOrientationEventListener﹕ deviceModel = One, orientation adjustment = false
09-27 12:03:27.227 538-961/system_process W/SensorService﹕ sensor 00000004 already enabled in connection 0x73747260 (ignoring)
09-27 12:03:27.447 12407-12439/com.apportable.Spin I/NSLog﹕ -[SpinAppDelegate application:didFinishLaunchingWithOptions:]
09-27 12:03:27.447 12407-12439/com.apportable.Spin I/NSLog﹕ application: <UIApplication:0x7487d6d0> didFinishLaunchingWithOptions: (nil) state: 1
09-27 12:03:27.447 12407-12439/com.apportable.Spin I/NSLog﹕ -[SpinAppDelegate application:didFinishLaunchingWithOptions:]
09-27 12:03:27.467 12407-12439/com.apportable.Spin I/NSLog﹕ initializing EAGLView on thread 0x748ab420
09-27 12:03:27.467 12407-12439/com.apportable.Spin I/NSLog﹕ layerClass called from 0x748ab420
09-27 12:03:27.467 12407-12439/com.apportable.Spin I/NSLog﹕ main runloop is: 0x748f2a40
09-27 12:03:27.467 12407-12439/com.apportable.Spin I/NSLog﹕ this threads runloop is: 0x748f2a40
09-27 12:03:27.477 12407-12452/com.apportable.Spin I/NSLog﹕ initing background renderer
09-27 12:03:27.477 12407-12452/com.apportable.Spin E/libEGL﹕ validate_display:251 error 3008 (EGL_BAD_DISPLAY)
09-27 12:03:27.477 12407-12452/com.apportable.Spin I/NSLog﹕ renderer: <ES2Renderer:0x748fc080>
09-27 12:03:27.487 12407-12439/com.apportable.Spin W/HardwareRenderer﹕ Attempting to initialize hardware acceleration outside of the main thread, aborting
09-27 12:03:27.527 12407-12452/com.apportable.Spin A/libc﹕ /Users/nathan/iphone-code/apportable/Spin/Tectonic/EAGL/Classes/ES2Renderer.m:412: __31-[ES2Renderer resizeFromLayer:]_block_invoke: assertion "glCheckFramebufferStatus(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE" failed
09-27 12:03:27.527 12407-12452/com.apportable.Spin I/Spin﹕ Setting context for mode in currentRunLoop
U����z�B-����{Q
U����|Q
U����z@
U����~Q
U����
09-27 12:03:27.527 12407-12452/com.apportable.Spin E/Spin﹕ /Users/nathan/iphone-code/apportable/Spin/Tectonic/EAGL/Classes/ES2Renderer.m:412: __31-[ES2Renderer resizeFromLayer:]_block_invoke: assertion "glCheckFramebufferStatus(GL_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE" failed
09-27 12:03:27.527 12407-12452/com.apportable.Spin A/libc﹕ Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1), thread 12452 (MainThread)
09-27 12:03:27.577 12407-12439/com.apportable.Spin I/NSLog﹕ resizing renderer with layer: <CAEAGLLayer:0x74883d50>
09-27 12:03:27.577 12407-12439/com.apportable.Spin I/NSLog﹕ resized renderer
09-27 12:03:27.597 538-1049/system_process W/ActivityManager﹕ Unable to start service Intent { cmp=com.apportable.Spin/com.apportable.notifications.LocalNotificationService } U=0: not found
09-27 12:03:27.627 212-212/? I/DEBUG﹕ *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-27 12:03:27.627 212-212/? I/DEBUG﹕ Build fingerprint: 'cingular_us/m7/m7:4.1.2/JZO54K/166754.12:user/release-keys'
09-27 12:03:27.627 212-212/? I/DEBUG﹕ Revision: '3'
09-27 12:03:27.627 212-212/? I/DEBUG﹕ pid: 12407, tid: 12452, name: MainThread >>> com.apportable.Spin <<<
09-27 12:03:27.627 212-212/? I/DEBUG﹕ signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
09-27 12:03:27.908 212-212/? I/DEBUG﹕ r0 00000027 r1 deadbaad r2 d45e33a4 r3 00000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ r4 00000000 r5 78effcb4 r6 761d0e62 r7 761d0e31
09-27 12:03:27.908 212-212/? I/DEBUG﹕ r8 0000019c r9 748f3128 sl 00000000 fp 78effdd0
09-27 12:03:27.908 212-212/? I/DEBUG﹕ ip 40270f80 sp 78effcb0 lr 402363bd pc 40232a7a cpsr 600f0030
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d0 53455b2d31335f5f d1 657265646e655232
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d2 657a697365722072 d3 6579614c6d6f7246
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d4 003b00740061006f d5 006e00650023000a
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d6 000a006600690064 d7 007200610076000a
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d8 0000000000000000 d9 0000000000000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d10 0000000000000000 d11 0000000000000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d12 0000000000000000 d13 0000000000000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d14 0000000000000000 d15 0000000000000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d16 46465542454d4152 d17 4c504d4f435f5245
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d18 466b636568436c67 d19 66667562656d6172
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d20 7375746174537265 d21 4d4152465f4c4728
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d22 2952454646554245 d23 465f4c47203d3d20
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d24 8000000000000000 d25 0000000000000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d26 3ffb000000000000 d27 0000000000000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d28 3ff8000000000000 d29 0707070703030303
09-27 12:03:27.908 212-212/? I/DEBUG﹕ d30 0100010001000100 d31 0100010001000100
09-27 12:03:27.908 212-212/? I/DEBUG﹕ scr 20000013
09-27 12:03:27.908 212-212/? I/DEBUG﹕ backtrace:
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #00 pc 0001aa7a /system/lib/libc.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #01 pc 00018074 /system/lib/libc.so (abort+4)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #02 pc 00021931 /system/lib/libc.so (__assert2+60)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #03 pc 00416eb8 /data/app-lib/com.apportable.Spin-2/libverde.so (__31_2D__5B_ES2Renderer_20_resizeFromLayer_3A__5D__block_invoke+1380)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #04 pc 00008588 /data/app-lib/com.apportable.Spin-2/libdispatch.so (_dispatch_call_block_and_release+20)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #05 pc 0000fcf0 /data/app-lib/com.apportable.Spin-2/libdispatch.so (_dispatch_queue_drain+280)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #06 pc 0000fb5c /data/app-lib/com.apportable.Spin-2/libdispatch.so (_dispatch_queue_invoke+128)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #07 pc 00011a50 /data/app-lib/com.apportable.Spin-2/libdispatch.so (_dispatch_worker_thread2+256)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #08 pc 00004a2c /data/app-lib/com.apportable.Spin-2/libpthread_workqueue.so (overcommit_worker_main+164)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #09 pc 00054768 /data/app-lib/com.apportable.Spin-2/libv.so (thread_start+1144)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #10 pc 0000e418 /system/lib/libc.so (__thread_entry+72)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #11 pc 0000db08 /system/lib/libc.so (pthread_create+168)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ stack:
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc70 722e8d2f /data/app-lib/com.apportable.Spin-2/libv.so (.L.str1)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc74 727126f8
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc78 72d205e0 /data/app-lib/com.apportable.Spin-2/libBridgeKit.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc7c 402601b4 /system/lib/libc.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc80 78effdd0 [stack:12452]
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc84 402353a7 /system/lib/libc.so (__sflush+46)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc88 40260210 /system/lib/libc.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc8c 4026345c
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc90 00000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc94 402363bd /system/lib/libc.so (_fwalk+32)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc98 00000001
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effc9c 78effcb4 [stack:12452]
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effca0 761d0e62 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effca4 761d0e31 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effca8 e3a070ad
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcac ef9000ad
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #00 78effcb0 0000019c
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcb4 fffffbdf
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcb8 761d0de3 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcbc 761d0e62 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcc0 761d0e31 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcc4 40235929 /system/lib/libc.so (fprintf+16)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcc8 402601b4 /system/lib/libc.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effccc 40258867 /system/lib/libc.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcd0 761d0de3 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcd4 40230078 /system/lib/libc.so (__pthread_clone)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #01 78effcd8 78effcd8 [stack:12452]
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcdc 40239935 /system/lib/libc.so (__assert2+64)
09-27 12:03:27.908 212-212/? I/DEBUG﹕ #02 78effce0 761d0e31 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effce4 761d0e62 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effce8 761d0e62 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcec 761d0e62 /data/app-lib/com.apportable.Spin-2/libverde.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcf0 748fa4c0
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcf4 70e6329c /data/app-lib/com.apportable.Spin-2/libdispatch.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcf8 70e64a34 /data/app-lib/com.apportable.Spin-2/libdispatch.so
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effcfc 748fc180
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effd00 00000000
09-27 12:03:27.908 212-212/? I/DEBUG﹕ 78effd04 75f77ebc /data/app-lib/com.apportable.Spin-2/libverde.so (__31_2D__5B_ES2Renderer_20_resizeFromLayer_3A__5D__block_invoke+1384)
09-27 12:03:27.918 212-212/? I/DEBUG﹕ memory near r5:
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effc94 402363bd 00000001 78effcb4 761d0e62
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effca4 761d0e31 e3a070ad ef9000ad 0000019c
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effcb4 fffffbdf 761d0de3 761d0e62 761d0e31
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effcc4 40235929 402601b4 40258867 761d0de3
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effcd4 40230078 78effcd8 40239935 761d0e31
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effce4 761d0e62 761d0e62 761d0e62 748fa4c0
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effcf4 70e6329c 70e64a34 748fc180 00000000
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd04 75f77ebc 00000000 00000000 00001908
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd14 00001401 00000000 70f7a738 761d0e62
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd24 70f613cc 78effd48 70f589e0 00000002
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd34 78effd58 70f7e1c4 72d0477f 74883d50
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd44 748fa4c0 72d0477f 74883d50 748fa4c0
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd54 00000001 76273cec 748fa4c0 00000000
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd64 78effd88 70f7e1c4 00000d78 08f2b641
09-27 12:03:27.918 212-212/? I/DEBUG﹕ 78effd74 70f7e1c0 ffffffff 74648040 00000000
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effd84 00000000 00000000 00000000 00000000
09-27 12:03:27.928 212-212/? I/DEBUG﹕ memory near r6:
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e40 72207265 7a697365 6f724665 79614c6d
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e50 5d3a7265 6f6c625f 695f6b63 6b6f766e
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e60 6c670065 63656843 6172466b 7562656d
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e70 72656666 74617453 47287375 52465f4c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e80 42454d41 45464655 3d202952 4c47203d
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e90 4152465f 5542454d 52454646 4d4f435f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ea0 54454c50 552f0045 73726573 74616e2f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0eb0 2f6e6168 6f687069 632d656e 2f65646f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ec0 6f707061 62617472 532f656c 2f6e6970
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ed0 74636554 63696e6f 4741452f 6c432f4c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ee0 65737361 53452f73 6e655232 65726564
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ef0 006d2e72 31335f5f 53455b2d 6e655232
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0f00 65726564 65722072 657a6973 6d6f7246
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0f10 6579614c 5f5d3a72 636f6c62 6e695f6b
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0f20 656b6f76 6900325f 203d3d20 552f0030
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0f30 73726573 74616e2f 2f6e6168 6f687069
09-27 12:03:27.928 212-212/? I/DEBUG﹕ memory near r7:
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e10 696e6f74 41452f63 432f4c47 7373616c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e20 452f7365 65523253 7265646e 6d2e7265
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e30 335f5f00 455b2d31 65523253 7265646e
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e40 72207265 7a697365 6f724665 79614c6d
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e50 5d3a7265 6f6c625f 695f6b63 6b6f766e
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e60 6c670065 63656843 6172466b 7562656d
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e70 72656666 74617453 47287375 52465f4c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e80 42454d41 45464655 3d202952 4c47203d
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0e90 4152465f 5542454d 52454646 4d4f435f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ea0 54454c50 552f0045 73726573 74616e2f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0eb0 2f6e6168 6f687069 632d656e 2f65646f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ec0 6f707061 62617472 532f656c 2f6e6970
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ed0 74636554 63696e6f 4741452f 6c432f4c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ee0 65737361 53452f73 6e655232 65726564
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0ef0 006d2e72 31335f5f 53455b2d 6e655232
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 761d0f00 65726564 65722072 657a6973 6d6f7246
09-27 12:03:27.928 212-212/? I/DEBUG﹕ memory near r9:
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3108 30403864 6500343a 00000000 00000000
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3118 00000004 748f1580 00000000 00000000
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3128 00000004 748f1b20 73726576 006e6f69
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3138 00000001 748f1bb0 736c6146 00000065
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3148 676f6f67 0000656c 766d7261 748f4937
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3158 30403840 0000343a 72646e61 0064696f
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3168 30403866 7400343a 00000001 748f1640
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3178 00000001 748f1600 30403840 0000343a
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3188 00000001 748fa3e0 30403840 0000343a
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f3198 2e363236 67003030 748fae00 748fa5a0
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f31a8 00000000 00000000 00000001 748fa5e0
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f31b8 30403840 0000343a 30403840 0000343a
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f31c8 30403863 6500343a 30403863 0000343a
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f31d8 30403863 0000343a 30403863 6700343a
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f31e8 30403863 0000343a 30403863 0000343a
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 748f31f8 00000000 00000000 00000000 00000000
09-27 12:03:27.928 212-212/? I/DEBUG﹕ memory near fp:
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effdb0 00000000 00000000 00000000 00000000
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effdc0 7731f028 00000000 748fa4c0 748fa4c0
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effdd0 78effde0 70e4c58c 00000000 748ca780
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effde0 78effe20 70e53cf4 70e63440 70e6329c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effdf0 70e64a34 70e64a34 00010001 70e63440
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe00 748ca7a8 748ca7a0 748ca780 748ca790
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe10 70e63440 748ca780 748ca7a0 70e64a34
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe20 78effe40 70e53b60 70e63440 70e63440
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe30 70e6329c 70e6346c 748ca780 70569a20
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe40 78effe68 70e55a54 7731f028 70e63468
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe50 7731b0c0 70e63440 78effe88 70569a3c
09-27 12:03:27.928 212-212/? I/DEBUG﹕ 78effe60 70569a20 70e55950 78effea8 7055fa30
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effe70 00000ea8 70569a20 70569a20 70569a3c
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effe80 70569a38 70569a20 5245d68e 1d8ab8bb
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effe90 7730d5b8 00028454 7730d5b0 7232f384
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effea0 74647f08 722dc2f0 78effee0 722dc76c
09-27 12:03:27.938 212-212/? I/DEBUG﹕ memory near ip:
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270f60 00000000 00000000 40239a51 40239941
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270f70 40225774 40234093 4022ee2c 40225ca4
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270f80 4022f018 40226ef9 4022f55c 402309a4
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270f90 40250d5d 40230d01 4023958d 4022a77d
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270fa0 40236d6d 402308ac 40230070 40230d80
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270fb0 40235919 40224f7d 40224f69 4023d315
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270fc0 4023d335 4023d4c1 402359d9 402400b9
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270fd0 40240ea9 40250e48 40224f55 4023d2b5
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270fe0 4023d3cd 4022ed8c 4022eec8 40231149
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40270ff0 4022ee48 40234053 4023c929 4023a067
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40271000 40271000 00000003 00000004 00000005
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40271010 00000006 4026e135 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40271020 00000000 00000000 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40271030 00000000 00000000 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40271040 00000000 00000000 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40271050 00000000 00000000 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ memory near sp:
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effc90 00000000 402363bd 00000001 78effcb4
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effca0 761d0e62 761d0e31 e3a070ad ef9000ad
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effcb0 0000019c fffffbdf 761d0de3 761d0e62
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effcc0 761d0e31 40235929 402601b4 40258867
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effcd0 761d0de3 40230078 78effcd8 40239935
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effce0 761d0e31 761d0e62 761d0e62 761d0e62
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effcf0 748fa4c0 70e6329c 70e64a34 748fc180
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd00 00000000 75f77ebc 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd10 00001908 00001401 00000000 70f7a738
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd20 761d0e62 70f613cc 78effd48 70f589e0
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd30 00000002 78effd58 70f7e1c4 72d0477f
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd40 74883d50 748fa4c0 72d0477f 74883d50
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd50 748fa4c0 00000001 76273cec 748fa4c0
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd60 00000000 78effd88 70f7e1c4 00000d78
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd70 08f2b641 70f7e1c0 ffffffff 74648040
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 78effd80 00000000 00000000 00000000 00000000
09-27 12:03:27.938 212-212/? I/DEBUG﹕ code around pc:
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232a58 e000b164 6823461c d1fb2b00 68e3e026
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232a68 4a17b123 447a2401 47986014 20274911
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232a78 70082400 ea04f7fc f7fd2106 a902eb68
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232a88 5380f04f 2006460a 94029304 f7fc9403
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232a98 4629ef4e 20024622 ef56f7fc e9f0f7fc
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232aa8 f7fd2106 2001eb54 ef10f7fb 2a006962
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232ab8 e7d4d1dc deadbaad 0002d51a 00030802
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232ac8 000307e6 2400b510 4669b088 9002aa04
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232ad8 94014620 94039400 eeaef7fc bfb842a0
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232ae8 db054620 b1139b07 1c489906 98069006
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232af8 bd10b008 4604b510 e844f7fc d10542a0
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232b08 447b4b04 6018681b bd102000 30fff04f
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232b18 bf00bd10 0002d452 460db538 481eb928
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232b28 f7fc4478 2800ec42 b9fdd130 2102481b
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232b38 f0014478 2800faaa db274604 f7fc4629
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 40232b48 2800eacc 2101db0b f7fc4620 2800eac6
09-27 12:03:27.938 212-212/? I/DEBUG﹕ code around lr:
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023639c 41f0e92d 4c0b4680 447c2600 68a56824
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 402363ac e0076867 300cf9b5 dd022b00 47c04628
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 402363bc 35544306 d5f53f01 2c006824 4630d1ef
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 402363cc 81f0e8bd 00029bde 43f0e92d f602fb01
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 402363dc 8058f8df b087461f 9001460c f8d844f8
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 402363ec a9018000 3000f8d8 46152001 96059602
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 402363fc 90049103 4638b113 fa35f7ff a9034638
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023640c fe9bf7ff 2000f8d8 b1124681 f7ff4638
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023641c f1b9fa37 d0050f00 46219d05 f01a1b70
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023642c 4605ecaa b0074628 83f0e8bd 00029b54
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023643c 1e4b6841 60432b00 f000da01 6803bbb1
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023644c 2b01f813 46106003 00004770 4604b570
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023645c 447e4e0d 68336836 f7ffb10b 6861fa04
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023646c 28001e48 bfa26060 f8106820 60205b01
09-27 12:03:27.938 212-212/? I/DEBUG﹕ 4023647c 4620da03 fb94f000 68324605 4620b112
09-27 12:03:27.948 212-212/? I/DEBUG﹕ 4023648c f9fef7ff bd704628 00029ade 447b4b07
09-27 12:03:27.948 212-212/? I/DEBUG﹕ memory map around fault addr deadbaad:
09-27 12:03:27.948 212-212/? I/DEBUG﹕ bef94000-befb5000 [stack]
09-27 12:03:27.948 212-212/? I/DEBUG﹕ (no map for address)
09-27 12:03:27.948 212-212/? I/DEBUG﹕ ffff0000-ffff1000 [vectors]
09-27 12:03:28.248 538-630/system_process I/BootReceiver﹕ Copying /data/tombstones/tombstone_08 to DropBox (SYSTEM_TOMBSTONE)
09-27 12:03:28.278 538-1031/system_process I/WindowState﹕ WIN DEATH: Window{410292b8 u0 com.apportable.Spin/com.apportable.activity.VerdeActivity}
09-27 12:03:28.278 538-1045/system_process I/ActivityManager﹕ Process com.apportable.Spin (pid 12407) has died.
09-27 12:03:28.278 538-1045/system_process W/ActivityManager﹕ Force removing ActivityRecord{41136ce0 u0 com.apportable.Spin/com.apportable.activity.VerdeActivity}: app died, no saved state
09-27 12:03:28.278 538-538/system_process I/WindowState﹕ WIN DEATH: Window{419c9558 u0 SurfaceView}
09-27 12:03:28.288 538-1087/system_process I/WindowState﹕ WIN DEATH: Window{414a5b48 u0 com.apportable.Spin/com.apportable.activity.VerdeActivity}
09-27 12:03:28.298 538-695/system_process I/InputReader﹕ Reconfiguring input devices. changes=0x00000004
09-27 12:03:28.298 538-695/system_process I/InputReader﹕ Device reconfigured: id=3, name='synaptics-rmi-touchscreen', size 1080x1920, orientation 0, mode 1, display id 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment