Files
device_google_sunfish/init.diagdebug.rc.userdebug
Willy Hu 4211bb4f56 [Diag Debug] Support to trigger ramdump when property on
We will set this property when Diag Issue Occurred.

Bug: 160282745
Test: 1. We can trigger the bugreport with signature
         "QCRIL Issue: Diag Issue Detected".
      2. We can trigger ramdump successfully
      3. Basic function pass: dial/mobile data/ssr
Change-Id: I9609fe9c878b208c3640d8f518b7f214e8786c8e
2020-12-22 16:40:53 +00:00

21 lines
762 B
Plaintext

#
# Copyright (C) 2020 The Android Open-Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Trigger ramdump when property on
on property:vendor.radio.diag_debug=true
write /dev/kmsg "RIL Diag Issue Detected!"
write /proc/sysrq-trigger "c"