Android: Log Qt live apk path and few more code paths

Change-Id: Id743db4865b399c619c04fc393540758352c60e1
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Vikas Pachdha
2018-07-17 13:58:50 +02:00
parent 6fa2901173
commit b8da47af9c
5 changed files with 28 additions and 3 deletions

View File

@@ -229,6 +229,8 @@ private:
bool m_force32bit;
};
QDebug &operator<<(QDebug &stream, const AndroidDeviceInfo &device);
} // namespace Android
Q_DECLARE_METATYPE(Android::AndroidDeviceInfo)