mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
Bug 707675 - Change OOM log level from error to warning. r=blassey a=java-only
This commit is contained in:
parent
f0dbda6c92
commit
679790e079
@ -209,7 +209,7 @@ public class GeckoSoftwareLayerClient extends LayerClient implements GeckoEventL
|
||||
b.copyPixelsFromBuffer(mBuffer.asIntBuffer());
|
||||
return b;
|
||||
} catch (OutOfMemoryError oom) {
|
||||
Log.e(LOGTAG, "Unable to create bitmap", oom);
|
||||
Log.w(LOGTAG, "Unable to create bitmap", oom);
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user