amitabh488 / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

NPE in ACRA 4.2.3 org.acra.SharedPreferencesCollector.collect line 31 #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 5 Apr 2012 at 9:11

GoogleCodeExporter commented 8 years ago

Original comment by kevin.gaudin on 7 Sep 2012 at 9:31