summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/RenderScript.java
diff options
context:
space:
mode:
authorMikael Gullstrand <mikael.gullstrand@sonymobile.com>2013-12-13 10:44:50 +0100
committerZoran Jovanovic <zoran.jovanovic@sonymobile.com>2014-03-13 17:25:01 +0100
commitbbf1861fdd2ba250354c060fe70f0ee7cbe93877 (patch)
treeb4ee29ef7cab84fdcccfdc5d7af7e9887c0b6873 /rs/java/android/renderscript/RenderScript.java
parent792f38ddd9e8d25b2c8bf0d67363dbfa56550636 (diff)
Null pointer exception in FileRotator.java
Sometimes a null pointer exception is thrown when examining files managed by the file rotator. The logs from the test show that the Wifi state is changed a large number of times. On every state change, a write operation is initiated on the file system. This will eventually result in out of memory and the call to mBasePath.list() in the maybeRotate(...) method in FileRotator.java will return null so the iteration will throw a NullPointerException. Change-Id: I5d5980d9593bc9ec75281169ca27ee591809903f
Diffstat (limited to 'rs/java/android/renderscript/RenderScript.java')
0 files changed, 0 insertions, 0 deletions