Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crash report- started writer with a null intent #294

Closed
jsarabia opened this issue Mar 1, 2016 · 1 comment
Closed

crash report- started writer with a null intent #294

jsarabia opened this issue Mar 1, 2016 · 1 comment

Comments

@jsarabia
Copy link
Contributor

jsarabia commented Mar 1, 2016

Notes

seems to be stuck in a cycle

Environment

Environment Key Value
version 1.0
build 1
UDID 5cfc10acbaf6800
Android Release 5.0.1
Android SDK 21
Brand Lenovo
Device A10-70F

Stack trace

java.lang.RuntimeException: Unable to start service wycliffeassociates.recordingapp.Recording.WavFileWriter@271fe013 with null: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference
    at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3063)
    at android.app.ActivityThread.access$2100(ActivityThread.java:167)
    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1515)
    at android.os.Handler.dispatchMessage(Handler.java:111)
    at android.os.Looper.loop(Looper.java:194)
    at android.app.ActivityThread.main(ActivityThread.java:5534)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.lang.reflect.Method.invoke(Method.java:372)
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:955)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:750)
Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String android.content.Intent.getStringExtra(java.lang.String)' on a null object reference
    at wycliffeassociates.recordingapp.Recording.WavFileWriter.onStartCommand(WavFileWriter.java:31)
    at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3046)
    ... 9 more

Log history

3/1/16 10:55 AM  W/wycliffeassociates.recordingapp.MainMenu@2db08377: Log file initialized.
3/1/16 10:55 AM  W/wycliffeassociates.recordingapp.MainMenu@2db08377: Log file initialized.
3/1/16 10:55 AM  W/wycliffeassociates.recordingapp.Recording.RecordingScreen@18cc7ea9: Pausing recording
3/1/16 10:55 AM  W/wycliffeassociates.recordingapp.Recording.RecordingScreen@18cc7ea9: Pausing recording
3/1/16 10:55 AM  W/wycliffeassociates.recordingapp.Recording.RecordingScreen@18cc7ea9: Starting recording
3/1/16 10:54 AM  W/wycliffeassociates.recordingapp.Recording.RecordingScreen@18cc7ea9: Pausing recording
3/1/16 10:54 AM  W/wycliffeassociates.recordingapp.Recording.RecordingScreen@18cc7ea9: Pausing recording
3/1/16 10:54 AM  W/wycliffeassociates.recordingapp.Recording.RecordingScreen@18cc7ea9: Starting recording
3/1/16 10:54 AM  W/wycliffeassociates.recordingapp.AudioVisualization.UIDataManager@43924fc: passing cut to WavPlayer and Canvases
3/1/16 10:54 AM  W/class wycliffeassociates.recordingapp.AudioVisualization.UIDataManager: Playback mode: false
3/1/16 10:54 AM  W/class wycliffeassociates.recordingapp.AudioVisualization.UIDataManager: Is a loaded file: true
@jsarabia jsarabia changed the title seems to be stuck in a cycle crash report- started writer with a null intent Mar 9, 2016
@jsarabia
Copy link
Contributor Author

jsarabia commented Mar 9, 2016

iRig Studio mic attached

@jsarabia jsarabia closed this as completed Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant