Skip to content

Instantly share code, notes, and snippets.

@sethgagnon
Created October 3, 2018 16:47
Show Gist options
  • Save sethgagnon/a59a6d95fbbd2266f839f5381717ea8e to your computer and use it in GitHub Desktop.
Save sethgagnon/a59a6d95fbbd2266f839f5381717ea8e to your computer and use it in GitHub Desktop.
RileyAAPS log for app crash
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,730 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [assets/logback.xml] at [assets/logback.xml]
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,747 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,789 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,790 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [file]
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,848 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use zip compression
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,850 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2._%d{yyyy-MM-dd}_%d{HH-mm-ss, aux}_.%i for the active file
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,855 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@7939d2e - The date pattern is 'yyyy-MM-dd' from file name pattern '/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2._%d{yyyy-MM-dd}_%d{HH-mm-ss, aux}_.%i.zip'.
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,855 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@7939d2e - Roll-over at midnight.
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,856 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@7939d2e - Setting initial period to Wed Oct 03 12:44:55 EDT 2018
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,862 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,890 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - Active log file name: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,890 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[file] - File property is set to [/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log]
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,892 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file] - Failed to create parent directories for [/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log]
10-03 12:44:55.921 8141 8141 I System.out: 12:44:55,893 |-ERROR in ch.qos.logback.core.rolling.RollingFileAppender[file] - openFile(/storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log,true) failed java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log: open failed: ENOENT (No such file or directory)
10-03 12:44:55.921 8141 8141 I System.out: at java.io.FileNotFoundException: /storage/emulated/0/Android/data/com.gxwtech.roundtrip2/files/Roundtrip2.log: open failed: ENOENT (No such file or directory)
10-03 12:44:55.921 8141 8141 I System.out: at at libcore.io.IoBridge.open(IoBridge.java:452)
10-03 12:44:55.921 8141 8141 I System.out: at at java.io.FileOutputStream.<init>(FileOutputStream.java:87)
10-03 12:44:55.921 8141 8141 I System.out: at at ch.qos.logback.core.recovery.ResilientFileOutputStream.<init>(Unknown Source)
10-03 12:44:55.921 8141 8141 I System.out: at at ch.qos.logback.core.FileAppender.openFile(Unknown Source)
10-03 12:44:55.921 8141 8141 I System.out: at at ch.qos.logback.core.FileAppender.start(Unknown Source)
10-03 12:44:55.921 8141 8141 I System.out: at at ch.qos.logback.core.rolling.RollingFileAppender.start(Unknown Source)
10-03 12:44:55.921 8141 8141 I System.out: at at ch.qos.logback.core.joran.action.AppenderAction.end(Unknown Source)
10-03 12:44:55.921 8141 8141 I System.out: at at ch.qos.logback.core.joran.spi.Interpreter.callEndAction(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.core.joran.spi.Interpreter.endElement(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.core.joran.spi.EventPlayer.play(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at ch.qos.logback.classic.util.ContextInitializer.autoConfig(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.impl.StaticLoggerBinder.init(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.impl.StaticLoggerBinder.<clinit>(Unknown Source)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.LoggerFactory.bind(LoggerFactory.java:141)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:120)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:331)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:283)
10-03 12:44:55.922 8141 8141 I System.out: at at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:304)
10-03 12:44:55.922 8141 8141 I System.out: at at com.gxwtech.roundtrip2.ServiceClientConnection.<clinit>(ServiceClientConnection.java:23)
10-03 12:44:55.922 8141 8141 I System.out: at at com.gxwtech.roundtrip2.MainApp.onCreate(MainApp.java:26)
10-03 12:44:55.922 8141 8141 I System.out: at at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
10-03 12:44:55.922 8141 8141 I System.out: at at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
10-03 12:44:55.922 8141 8141 I System.out: at at android.app.ActivityThread.-wrap1(ActivityThread.java)
10-03 12:44:55.922 8141 8141 I System.out: at at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1405)
10-03 12:44:55.922 8141 8141 I System.out: at at android.os.Handler.dispatchMessage(Handler.java:102)
10-03 12:44:55.922 8141 8141 I System.out: at at android.os.Looper.loop(Looper.java:148)
10-03 12:44:55.922 8141 8141 I System.out: at at android.app.ActivityThread.main(ActivityThread.java:5417)
10-03 12:44:55.922 8141 8141 I System.out: at at java.lang.reflect.Method.invoke(Native Method)
10-03 12:44:55.922 8141 8141 I System.out: at at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
10-03 12:44:55.922 8141 8141 I System.out: at at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)
10-03 12:44:55.922 8141 8141 I System.out: Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory)
10-03 12:44:55.922 8141 8141 I System.out: at at libcore.io.Posix.open(Native Method)
10-03 12:44:55.922 8141 8141 I System.out: at at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186)
10-03 12:44:55.922 8141 8141 I System.out: at at libcore.io.IoBridge.open(IoBridge.java:438)
10-03 12:44:55.922 8141 8141 I System.out: at ... 33 common frames omitted
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,893 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.android.LogcatAppender]
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,894 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [logcat]
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,897 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [tagEncoder] property
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,906 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,913 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,913 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [file] to Logger[ROOT]
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,913 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [logcat] to Logger[ROOT]
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,913 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
10-03 12:44:55.922 8141 8141 I System.out: 12:44:55,914 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@35220cf - Registering current configuration as safe fallback point
10-03 12:44:55.927 8141 8141 D ServiceClientConnection: doBindService: binding.
10-03 12:44:55.930 8141 8141 D ServiceClientConnection: [main] DEBUG [com.gxwtech.roundtrip2.ServiceClientConnection:46]: doBindService Logger: binding.
10-03 12:44:55.964 8141 8141 W MainActivity: onCreate
10-03 12:44:55.974 8141 8141 W art : Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
10-03 12:44:56.143 8141 8168 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
10-03 12:44:56.211 8141 8141 I RileyLinkMedtronicService: [main] INFO [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:309]: Using pump ID 379744
10-03 12:44:56.214 8141 8141 D RFTools : [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:63]: BT Adapter: android.bluetooth.BluetoothAdapter@756d5b9
10-03 12:44:56.220 8141 8141 D RileyLinkMedtronicService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpMedtronic.service.RileyLinkMedtronicService:80]: RileyLinkMedtronicService newly constructed
10-03 12:44:56.220 8141 8141 D RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:133]: onCreate
10-03 12:44:56.222 8141 8141 D RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:257]: onCreate(): It's ALIVE!
10-03 12:44:56.222 8141 8141 D RTServiceIPC: onBind
10-03 12:44:56.224 8141 8141 D RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:277]: onStartCommand
10-03 12:44:56.226 8141 8141 D RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:300]: bluetoothInit: attempting to get an adapter
10-03 12:44:56.227 8141 8141 W RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: BluetoothInitializing
10-03 12:44:56.335 8141 8141 W RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: BluetoothReady
10-03 12:44:56.372 8141 8168 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 10/21/15, 369a2ea, I96aee987eb
10-03 12:44:56.385 8141 8168 I OpenGLRenderer: Initialized EGL, version 1.4
10-03 12:44:56.485 8141 8141 D RTServiceClient: Sent registration message to service
10-03 12:44:56.579 8141 8141 D RTServiceIPC: handleMessage: Received message { when=-92ms what=65 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 12:44:56.579 8141 8141 V RTServiceIPC: handleMessage: Registered client
10-03 12:44:56.601 8141 8141 D RTServiceClient: client sending message: unknown
10-03 12:44:56.601 8141 8141 D ServiceClientConnection: sendIPCMessage: (use this address) 88:6B:0F:8E:EC:8D
10-03 12:44:56.602 8141 8141 D RTServiceClient: client sending message: unknown
10-03 12:44:56.602 8141 8141 D ServiceClientConnection: sendIPCMessage: (use this address) 88:6B:0F:8E:EC:8D
10-03 12:44:56.611 8141 8141 D RTServiceIPC: handleMessage: Received message { when=-10ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 12:44:56.611 8141 8141 D RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-03 12:44:56.612 8141 8141 D RTServiceIPC: handleMessage: Received message { when=-10ms what=66 target=com.gxwtech.roundtrip2.RoundtripService.RileyLinkIPCConnection$IncomingHandler }
10-03 12:44:56.612 8141 8141 D RTServiceIPC: Service received IPC messagecom.gxwtech.roundtrip2.IPC.MSG_ServiceCommand
10-03 12:44:56.627 8141 8141 W RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkInitializing
10-03 12:44:56.632 8141 8141 D RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:349]: handleIPCMessage: Using RL 88:6B:0F:8E:EC:8D
10-03 12:44:56.633 8141 8141 D RFTools : [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:358]: RileyLink address: 88:6B:0F:8E:EC:8D
10-03 12:44:56.636 8141 8141 D BluetoothGatt: connect() - device: 88:6B:0F:8E:EC:8D, auto: true
10-03 12:44:56.636 8141 8141 D BluetoothGatt: registerApp()
10-03 12:44:56.636 8141 8141 D BluetoothGatt: registerApp() - UUID=992b27eb-9a47-4b14-8c8d-12f591e81ebe
10-03 12:44:56.638 8141 8152 D BluetoothGatt: onClientRegistered() - status=0 clientIf=7
10-03 12:44:56.638 8141 8141 D RFTools : [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:376]: Gatt Connected?
10-03 12:44:56.639 8141 8141 W RileyLinkUtil: [main] WARN [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.RileyLinkUtil:105]: RileyLink State Changed: RileyLinkInitializing
10-03 12:44:56.643 8141 8141 D RileyLinkService: [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.service.RileyLinkService:349]: handleIPCMessage: Using RL 88:6B:0F:8E:EC:8D
10-03 12:44:56.643 8141 8141 D RFTools : [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:358]: RileyLink address: 88:6B:0F:8E:EC:8D
10-03 12:44:56.644 8141 8141 D BluetoothGatt: connect() - device: 88:6B:0F:8E:EC:8D, auto: true
10-03 12:44:56.644 8141 8141 D BluetoothGatt: registerApp()
10-03 12:44:56.644 8141 8141 D BluetoothGatt: registerApp() - UUID=d0f52275-e424-4a2b-af04-0554ee702bf2
10-03 12:44:56.645 8141 8152 D BluetoothGatt: onClientRegistered() - status=0 clientIf=8
10-03 12:44:56.645 8141 8141 D RFTools : [main] DEBUG [info.nightscout.androidaps.plugins.PumpCommon.hw.rileylink.ble.RileyLinkBLE:376]: Gatt Connected?
10-03 12:44:56.769 8141 8168 V RenderScript: 0xaeefe000 Launching thread(s), CPUs 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment