共用方式為


StrictMode.NoteSlowCall(String) 方法

定義

若要讓程式代碼注意到速度很慢。

[Android.Runtime.Register("noteSlowCall", "(Ljava/lang/String;)V", "")]
public static void NoteSlowCall (string? name);
[<Android.Runtime.Register("noteSlowCall", "(Ljava/lang/String;)V", "")>]
static member NoteSlowCall : string -> unit

參數

name
String

例外狀況堆棧追蹤的簡短字串,會在引發時建立。

屬性

備註

若要讓程式代碼注意到速度很慢。 除非目前的線程 android.os.StrictMode.ThreadPolicy 已啟用 android.os.StrictMode.ThreadPolicy.Builder#detectCustomSlowCalls ,否則這是無作業。

android.os.StrictMode.noteSlowCall(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於