commit | a1c5f63126a670c42cc998a382dc5b174673c720 | [log] [tgz] |
---|---|---|
author | Dario Freni <dariofreni@google.com> | Thu Feb 14 15:37:54 2019 +0000 |
committer | Dario Freni <dariofreni@google.com> | Tue Feb 19 10:43:33 2019 +0000 |
tree | 47ce71404beae2393d3377f727ad03750fbb52d7 | |
parent | 3deb23fead536e1e4fa75b968acd425ad647bca1 [diff] |
IllegalStateException if apex is unavailable. apexservice is expected to be active before zygote is run. In the exceptional case it isn't we should fail fast and throw a clear error message. The current version of the code would just assign "null" to the mApexService variable, thus causing a null pointer exception later in the code. Bug: 124363450 Test: device boots. Change-Id: I07361163c6e9efd392a633b30e85ca6be9f58ab3