Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Genericized references to the Dialer in the bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopotediosi authored May 22, 2023
1 parent a5518c8 commit 02090a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ assignees: ''

- ROM and Android version:

- Is Google Dialer installed as system app:
- Is the Google app you are trying to tweak (e.g., Phone by Google) installed as system app: yes/no

- Installed Magisk / other SU Manager version:

[NOTE]: # ( Paste below the output of the `adb shell "dumpsys package com.jacopomii.gappsmod | grep version"` command )
- Installed GAppsMod version:


[NOTE]: # ( Paste below the output of the `adb shell "dumpsys package com.google.android.dialer | grep version"` command )
- Installed Google Dialer version:
[NOTE]: # ( Paste below the output of the `adb shell "dumpsys package REPLACE_WITH_PACKAGENAME | grep version"` command )
- The version of the Google app you are trying to tweak (e.g., Phone by Google):


[NOTE]: # ( Paste below the output of the `adb shell "getprop | grep locale"` command )
Expand All @@ -56,7 +56,7 @@ assignees: ''

## Logcat
[NOTE]: # (
Launch the Dialer in Debug mode using the `adb shell "am start -D com.google.android.dialer"` command.
Launch the Google app you are trying to tweak (e.g., Phone by Google) in Debug mode using the `adb shell "am start -D REPLACE_WITH_PACKAGENAME"` command.
Open another terminal and use the `adb logcat > logs.txt` command to start capturing logs.
Perform the necessary steps to replicate the bug, then press CTRL+C to stop capturing logs.
Attach below the resulting logs.txt file.
Expand Down

0 comments on commit 02090a6

Please sign in to comment.