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

NPE on ServiceWatcherUtil#runService #4150

Open
mdziczkowski opened this issue Apr 9, 2024 · 0 comments
Open

NPE on ServiceWatcherUtil#runService #4150

mdziczkowski opened this issue Apr 9, 2024 · 0 comments
Labels
Area-Cryptography Related to file encryption and decryption. Crash-NullPointerException Issue-Bug Related unexpected behavior or something worth investigating.

Comments

@mdziczkowski
Copy link

Issue explanation (write below this line)

Exception

  • App Name: Amaze File manager
  • Package: com.amaze.filemanager
  • Version: 3.8.5
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 13 - 33
  • Device: OP4F1BL1
  • Model: CPH2145
  • Product: CPH2145EEA
Crash log

java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.ComponentName android.content.Context.startService(android.content.Intent)' on a null object reference
	at com.amaze.filemanager.asynchronous.management.ServiceWatcherUtil.runService(ServiceWatcherUtil.java:197)
	at com.amaze.filemanager.filesystem.files.EncryptDecryptUtils$1.confirm(EncryptDecryptUtils.java:144)
	at com.amaze.filemanager.utils.FingerprintHandler.onAuthenticationSucceeded(FingerprintHandler.java:86)
	at android.hardware.fingerprint.FingerprintManager.sendAuthenticatedSucceeded(FingerprintManager.java:1388)
	at android.hardware.fingerprint.FingerprintManager.-$$Nest$msendAuthenticatedSucceeded(Unknown Source:0)
	at android.hardware.fingerprint.FingerprintManager$MyHandler.handleMessage(FingerprintManager.java:1297)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loopOnce(Looper.java:240)
	at android.os.Looper.loop(Looper.java:351)
	at android.app.ActivityThread.main(ActivityThread.java:8423)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:584)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1013)


@VishnuSanal VishnuSanal changed the title Crash while decription NPE on ServiceWatcherUtil#runService Apr 15, 2024
@VishnuSanal VishnuSanal added Issue-Bug Related unexpected behavior or something worth investigating. Area-Cryptography Related to file encryption and decryption. Crash-NullPointerException labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Cryptography Related to file encryption and decryption. Crash-NullPointerException Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

No branches or pull requests

2 participants