Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MediaRecorder.start() 需要很多时间。Method Profiling 说“上下文切换”-Inclusive Real Time 是 100%,大约需要 1510 毫秒。有没有可能以某种方式减少它?我需要它尽可能快。
上下文切换是系统将焦点转移到不同运行进程的操作。处理器保存当前运行的状态并加载另一个状态。加速上下文切换不是您可以通过 Android API 完成的。