blob: a001a0708f508f6b67eade9ae622d5b249c082f4 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2018 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orderingFromXml="true">
<Preference
android:fragment="org.chromium.chrome.browser.settings.developer.TracingCategoriesPreferences"
android:key="default_categories"
android:title="Default categories"/><!-- developer strings are not translated -->
<Preference
android:fragment="org.chromium.chrome.browser.settings.developer.TracingCategoriesPreferences"
android:key="non_default_categories"
android:title="Disabled-by-default categories"/>
<ListPreference
android:key="mode"
android:title="Tracing mode"
android:persistent="false"/>
<org.chromium.chrome.browser.settings.ButtonPreference
android:key="start_recording"/>
<org.chromium.chrome.browser.settings.TextMessagePreference
android:key="tracing_status"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:allowDividerAbove="false"
app:allowDividerBelow="false" />
</PreferenceScreen>