What steps will reproduce the problem?
1. Create a test app, which stores a String SharedPreference with value of
null.
2. Generate ACRA report
3. During execution of line 31 NPE is generated as kv.get(key) returns null:
result.append(key).append("=").append(kv.get(key).toString()).append("\n");
What is the expected output? What do you see instead?
Shared preferences are missing from the report
What version of the product are you using? On what operating system?
4.2.3
Please provide any additional information below.
Original issue reported on code.google.com by gertsv...@gmail.com on 8 Mar 2012 at 8:20
Original issue reported on code.google.com by
gertsv...@gmail.com
on 8 Mar 2012 at 8:20