GT icon indicating copy to clipboard operation
GT copied to clipboard

NPE Exception @ GTRBroadcastReceiver.onReceive

Open Whoisurdady opened this issue 7 years ago • 0 comments

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean android.os.Handler.sendMessage(android.os.Message)' on a null object reference 12-10 18:05:09.907 E/AndroidRuntime(24553): at com.tencent.wstt.gt.controller.GTRBroadcastReceiver.onReceive(GTRBroadcastReceiver.java:76) 12-10 18:05:09.907 E/AndroidRuntime(24553): at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:1128)

getHandler没有加判空,导致崩溃,希望可以尽快解决

Whoisurdady avatar Dec 10 '18 10:12 Whoisurdady