anr: don't create for anr dialogs (#12601)
This commit is contained in:
parent
05ccbb2f2d
commit
6535ff07c9
4 changed files with 15 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ class CANRManager {
|
|||
void killDialog();
|
||||
bool isDefunct() const;
|
||||
bool fitsWindow(PHLWINDOW pWindow) const;
|
||||
pid_t getPid() const;
|
||||
pid_t getPID() const;
|
||||
void ping();
|
||||
};
|
||||
|
||||
|
|
@ -57,4 +57,4 @@ class CANRManager {
|
|||
std::vector<SP<SANRData>> m_data;
|
||||
};
|
||||
|
||||
inline UP<CANRManager> g_pANRManager;
|
||||
inline UP<CANRManager> g_pANRManager;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue