Searched refs:shortened (Results 1 – 3 of 3) sorted by relevance
135 std::string shortened; in RequestedLayerState() local136 shortened.append(name, 0, 36); in RequestedLayerState()137 shortened.append("[...]"); in RequestedLayerState()138 shortened.append(name, name.length() - 36); in RequestedLayerState()139 debugName = std::move(shortened); in RequestedLayerState()
1591 std::string shortened; in miniDumpLegacy() local1592 shortened.append(mName, 0, 36); in miniDumpLegacy()1593 shortened.append("[...]"); in miniDumpLegacy()1594 shortened.append(mName, mName.length() - 36); in miniDumpLegacy()1595 name = std::move(shortened); in miniDumpLegacy()
19022 // A shortened call stack of the error