anr: add config for ping number before popup shows up (#9782)
* anr: make pings configurable makes the pings of the dialog popup configurable
This commit is contained in:
parent
79b526a041
commit
2309270752
4 changed files with 16 additions and 6 deletions
|
|
@ -43,7 +43,7 @@ class CANRManager {
|
|||
|
||||
void runDialog(const std::string& title, const std::string& appName, const std::string appClass, pid_t dialogWmPID);
|
||||
bool isThreadRunning();
|
||||
void killDialog() const;
|
||||
void killDialog();
|
||||
bool isDefunct() const;
|
||||
bool fitsWindow(PHLWINDOW pWindow) const;
|
||||
pid_t getPid() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue