共用方式為


DevicePolicyManager.RetrievePreRebootSecurityLogs(ComponentName) 方法

定義

由組織所擁有受控配置檔的裝置擁有者或配置檔擁有者呼叫,以擷取裝置上次重新啟動前的裝置記錄檔。

[Android.Runtime.Register("retrievePreRebootSecurityLogs", "(Landroid/content/ComponentName;)Ljava/util/List;", "GetRetrievePreRebootSecurityLogs_Landroid_content_ComponentName_Handler", ApiSince=24)]
[Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_SECURITY_LOGGING")]
public virtual System.Collections.Generic.IList<Android.App.Admin.SecurityLog.SecurityEvent>? RetrievePreRebootSecurityLogs (Android.Content.ComponentName? admin);
[<Android.Runtime.Register("retrievePreRebootSecurityLogs", "(Landroid/content/ComponentName;)Ljava/util/List;", "GetRetrievePreRebootSecurityLogs_Landroid_content_ComponentName_Handler", ApiSince=24)>]
[<Android.Runtime.RequiresPermission("android.permission.MANAGE_DEVICE_POLICY_SECURITY_LOGGING")>]
abstract member RetrievePreRebootSecurityLogs : Android.Content.ComponentName -> System.Collections.Generic.IList<Android.App.Admin.SecurityLog.SecurityEvent>
override this.RetrievePreRebootSecurityLogs : Android.Content.ComponentName -> System.Collections.Generic.IList<Android.App.Admin.SecurityLog.SecurityEvent>

參數

admin
ComponentName

此要求與哪個裝置管理員相關聯,或 null 由委派的應用程式呼叫。

傳回

裝置會在系統最新重新啟動之前記錄,如果 null 裝置上不支援此 API,則為 。

屬性

備註

由組織所擁有受控配置檔的裝置擁有者或配置檔擁有者呼叫,以擷取裝置上次重新啟動前的裝置記錄檔。

<強 此> API 在所有裝置上都不受支援。 在不支援的裝置上呼叫此 API 會導致 null 傳回。 裝置記錄會從 RAM 區域擷取,這不保證在電源週期期間不會損毀,因此在剖析時對數據損毀持謹慎態度。 </strong>

當裝置擁有者呼叫時,如果裝置上有任何其他使用者或配置檔,則必須與裝置相關聯。 否則 SecurityException 會擲回 。 請參閱 #isAffiliatedUser

android.app.admin.DevicePolicyManager.retrievePreRebootSecurityLogs(android.content.ComponentName)Java 檔。

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

適用於