We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd62f0f commit 9dc7ce2Copy full SHA for 9dc7ce2
source/gameanalytics/GAStore.cpp
@@ -213,7 +213,7 @@ namespace gameanalytics
213
if(getInstance().dbPath.empty())
214
{
215
std::string path = device::GADevice::getWritablePath();
216
- path += "/ga.sqlite3";
+ path += utilities::printString("/ga_%s.sqlite3", key.c_str());
217
218
getInstance().dbPath = path;
219
}
0 commit comments