#include "GlobalState.h"

namespace Wishlist {

void GlobalState::printAnythingMethod(int tag) {
  //__android_log_print(ANDROID_LOG_VERBOSE, APPNAME, "aaa The value of tag is
  //%d", tag);
}

}; // namespace Wishlist
