Update git submodules
* Update frameworks/support from branch 'androidx-master-dev'
to b11e28b040469fa52090dd079c7d43d4d3d77ffd
- Merge "Simplify ComponentActivity trace name" into androidx-master-dev
- Simplify ComponentActivity trace name
Espresso's ShadowTrace is crashing if trace name lengths exceed 127
characters and getComponentName() has the potential to produce long
trace names. Espresso should not be turning this suggestion into an
actual crash.
Using a simple name here as a workaround to unblock google3 until a
longterm solution in is place.
Test: ./gradlew bOS
Bug: 175345114
Change-Id: I4afbd2757225d0f57e22f2fa4f0bdc85065fbca3
Loading
Please sign in to comment