Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
Description
See related b/180956594
Workaround is to force screen while plugged in, with developer options. Should be something like
System > Advanced > Developer Options > Stay awake
.In microbenchmark, we modify each launched activity to force screen on .
Since we'd want to avoid modifying app code for macrobenchmarking, we should figure out another way to do this.