【发布时间】:2015-09-10 04:54:38
【问题描述】:
我在android中使用Splunk报错系统。
今天突然遇到如下崩溃报告。 我不知道为什么会发生这种崩溃。
如果您知道这次崩溃的原因,请告诉我
提前致谢。
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.json.JSONObject.toString()' on a null object reference
at com.splunk.mint.RemoteSettings.com.splunk.mint.RemoteSettingsData convertJsonToRemoteSettings(java.lang.String)(SourceFile:38)
at com.splunk.mint.ActionEvent.void send(android.content.Context,com.splunk.mint.NetSender,boolean)(SourceFile:111)
at com.splunk.mint.Mint$2.void run()(SourceFile:183)
at java.lang.Thread.run(Thread.java:818)
如果你遇到同样的问题,请告诉我。
【问题讨论】:
-
你找到解决方案了吗。我昨天遇到了同样的问题。请告诉我你使用的是哪个 mint SDK 版本?我使用的是 mint 4.0。我只有 Lollipop/Kitkat 版本有问题设备。如果您有任何解决方案,请帮助我。
标签: android nullpointerexception crash splunk