Makrobenchmark geben Fehler testinstrumentationRunerArgumente "Emulator, Debuggable"

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Makrobenchmark geben Fehler testinstrumentationRunerArgumente "Emulator, Debuggable"

by Anonymous » 01 Mar 2025, 12:35

Ich erhalte einen Fehler unter dem Ausführen von Makrobenchmark -Test für die Messung App -Startzeit

Code: Select all

testInstrumentationRunnerArguments["androidx.benchmark.suppressErrors"] = "EMULATOR,DEBUGGABLE"
}
< /code>
Der Fehler heißt < /p>
ERROR: Running on Emulator
Benchmark is running on an emulator, which is not representative of
real user devices. Use a physical device to benchmark. Emulator
benchmark improvements might not carry over to a real user's
experience (or even regress real device performance).
meine Frage ist also, dass es in irgendeiner Möglichkeiten Banchmarks auf Android -Emulator

Top