Resolves all Error Prone warnings across the codebase. Verified locally with `android_static_analysis = "on"`. Bug: webrtc:446738085 Change-Id: I6614363eb565dff98fef386935bdc2e9bd5450fc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/411641 Commit-Queue: Daniel.L (Byoungchan) Lee <daniel.l@hpcnt.com> Reviewed-by: Zoé Lepaul <zlep@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45888} |
||
|---|---|---|
| .. | ||
| src/org/appspot/apprtc/test | ||
| third_party | ||
| AndroidManifest.xml | ||
| ant.properties | ||
| build.xml | ||
| OWNERS | ||
| project.properties | ||
| README | ||
This directory contains an example unit test for Android AppRTCMobile. Example of building & using the app: - Build Android AppRTCMobile and AppRTCMobile unit test: cd <path/to/webrtc>/src ninja -C out/Debug AppRTCMobile_test_apk - Install AppRTCMobile and AppRTCMobileTest: adb install -r out/Debug/apks/AppRTCMobile.apk adb install -r out/Debug/apks/AppRTCMobileTest.apk - Run unit tests: adb shell am instrument -w org.appspot.apprtc.test/android.test.InstrumentationTestRunner